Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r3bd5ca7 r0783909  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Tue Mar  2 21:39:01 2021
    14 ## Update Count     : 90
     13## Last Modified On : Fri Oct  9 23:13:07 2020
     14## Update Count     : 86
    1515###############################################################################
    1616
     
    2626archiveerrors=
    2727
    28 DEBUG_FLAGS=-debug -g -O0
     28DEBUG_FLAGS=-debug -O0
    2929
    3030quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
     
    4444        -Wall \
    4545        -Wno-unused-function \
    46         -Wno-psabi \
    47         -quiet @CFA_FLAGS@
     46        -quiet @CFA_FLAGS@ \
     47        -DIN_DIR="${abs_srcdir}/.in/"
    4848
    4949AM_CFAFLAGS = -XCFA --deterministic-out
     
    7575        pybin/tools.py \
    7676        long_tests.hfa \
    77         io/.in/io.data \
    78         io/.in/many_read.data \
     77        .in/io.data \
    7978        avltree/avl.h \
    8079        avltree/avl-private.h \
    8180        concurrent/clib.c \
    82         concurrent/clib_tls.c \
    8381        exceptions/with-threads.hfa \
    8482        exceptions/except-io.hfa
     
    144142# don't use distcc to do the linking because distcc doesn't do linking
    145143% : %.cfa $(CFACCBIN)
    146         $(CFACOMPILETEST) -c -o $(abspath ${@}).o -DIN_DIR="$(abspath $(dir ${<}))/.in/"
     144        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
    147145        $(CFACCLINK) ${@}.o -o $(abspath ${@})
    148146        rm $(abspath ${@}).o
     
    172170
    173171SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \
    174         init1 limits nested-types stdincludes cast labelledExit array quasiKeyword include/includes builtins/sync warnings/self-assignment
     172        init1 limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment
    175173$(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN)
    176174        $(CFACOMPILE_SYNTAX)
Note: See TracChangeset for help on using the changeset viewer.