Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rb44959f r097d3e1  
    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 19:04:09 2021
     14## Update Count     : 88
    1515###############################################################################
    1616
     
    4444        -Wall \
    4545        -Wno-unused-function \
    46         -quiet @CFA_FLAGS@
     46        -quiet @CFA_FLAGS@ \
     47        -DIN_DIR="${abs_srcdir}/.in/"
    4748
    4849AM_CFAFLAGS = -XCFA --deterministic-out
     
    7576        long_tests.hfa \
    7677        .in/io.data \
    77         io/.in/io.data \
    7878        avltree/avl.h \
    7979        avltree/avl-private.h \
     
    142142# don't use distcc to do the linking because distcc doesn't do linking
    143143% : %.cfa $(CFACCBIN)
    144         $(CFACOMPILETEST) -c -o $(abspath ${@}).o -DIN_DIR="$(abspath $(dir ${<}))/.in/"
     144        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
    145145        $(CFACCLINK) ${@}.o -o $(abspath ${@})
    146146        rm $(abspath ${@}).o
     
    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 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.