Changeset 40c81e5


Ignore:
Timestamp:
Sep 28, 2020, 3:18:30 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f866d15
Parents:
e927ba8
Message:

More formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    re927ba8 r40c81e5  
    138138#------------------------------------------------------------------------------
    139139# tests that just validate syntax and compiler output should be compared to stderr
    140 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment
    141140CFACOMPILE_SYNTAX = $(CFACOMPILETEST) -Wno-unused-variable -Wno-unused-label -c -fsyntax-only -o $(abspath ${@})
     141
     142SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \
     143        limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment
    142144$(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN)
    143145        $(CFACOMPILE_SYNTAX)
Note: See TracChangeset for help on using the changeset viewer.