Changeset 097d3e1 for tests


Ignore:
Timestamp:
Feb 21, 2021, 8:50:30 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8a930df7
Parents:
258a8ae3
git-author:
Peter A. Buhr <pabuhr@…> (02/21/21 20:44:14)
git-committer:
Peter A. Buhr <pabuhr@…> (02/21/21 20:50:30)
Message:

add test for list of /usr/include files

Location:
tests
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r258a8ae3 r097d3e1  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun Feb 21 15:56:19 2021
    14 ## Update Count     : 87
     13## Last Modified On : Sun Feb 21 19:04:09 2021
     14## Update Count     : 88
    1515###############################################################################
    1616
     
    170170
    171171SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \
    172         init1 limits nested-types stdincludes cast labelledExit array quasiKeyword builtins/sync warnings/self-assignment
     172        init1 limits nested-types stdincludes cast labelledExit array quasiKeyword Includes builtins/sync warnings/self-assignment
    173173$(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN)
    174174        $(CFACOMPILE_SYNTAX)
Note: See TracChangeset for help on using the changeset viewer.