Changeset 07c77ce for tests


Ignore:
Timestamp:
Feb 21, 2021, 4:32:07 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:
5798ba4
Parents:
a9ea758
git-author:
Peter A. Buhr <pabuhr@…> (02/21/21 16:28:23)
git-committer:
Peter A. Buhr <pabuhr@…> (02/21/21 16:32:07)
Message:

add test for quasi-keywords

Location:
tests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

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