Changeset 5407cdc for tests/Makefile.am
- Timestamp:
- Apr 28, 2021, 4:56:50 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8d66610
- Parents:
- feacef9 (diff), b7fd2db6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/Makefile.am (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rfeacef9 r5407cdc 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Fri Oct 9 23:13:07 202014 ## Update Count : 8613 ## Last Modified On : Tue Mar 2 21:39:01 2021 14 ## Update Count : 90 15 15 ############################################################################### 16 16 … … 26 26 archiveerrors= 27 27 28 DEBUG_FLAGS=-debug - O028 DEBUG_FLAGS=-debug -g -O0 29 29 30 30 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes … … 44 44 -Wall \ 45 45 -Wno-unused-function \ 46 - quiet @CFA_FLAGS@\47 - DIN_DIR="${abs_srcdir}/.in/"46 -Wno-psabi \ 47 -quiet @CFA_FLAGS@ 48 48 49 49 AM_CFAFLAGS = -XCFA --deterministic-out … … 75 75 pybin/tools.py \ 76 76 long_tests.hfa \ 77 .in/io.data \ 77 io/.in/io.data \ 78 io/.in/many_read.data \ 78 79 avltree/avl.h \ 79 80 avltree/avl-private.h \ 80 81 concurrent/clib.c \ 82 concurrent/clib_tls.c \ 81 83 exceptions/with-threads.hfa \ 82 84 exceptions/except-io.hfa … … 142 144 # don't use distcc to do the linking because distcc doesn't do linking 143 145 % : %.cfa $(CFACCBIN) 144 $(CFACOMPILETEST) -c -o $(abspath ${@}).o 146 $(CFACOMPILETEST) -c -o $(abspath ${@}).o -DIN_DIR="$(abspath $(dir ${<}))/.in/" 145 147 $(CFACCLINK) ${@}.o -o $(abspath ${@}) 146 148 rm $(abspath ${@}).o … … 170 172 171 173 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \ 172 init1 limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment174 init1 limits nested-types stdincludes cast labelledExit array quasiKeyword include/includes builtins/sync warnings/self-assignment 173 175 $(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN) 174 176 $(CFACOMPILE_SYNTAX)
Note:
See TracChangeset
for help on using the changeset viewer.