Changes in tests/Makefile.am [e3a5a73:107b01a]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
re3a5a73 r107b01a 23 23 installed=no 24 24 25 INSTALL_FLAGS=-in-tree26 DEBUG_FLAGS=-debug -O027 28 25 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 29 26 … … 31 28 timeouts= 32 29 33 TEST_PY = python 3${builddir}/test.py30 TEST_PY = python ${builddir}/test.py 34 31 35 32 # applies to both programs … … 39 36 -Wno-unused-function \ 40 37 -quiet @CFA_FLAGS@ \ 41 -DIN_DIR="${ abs_srcdir}/.in/"38 -DIN_DIR="${srcdir}/.in/" 42 39 43 40 AM_CFLAGS += ${DEBUG_FLAGS} ${INSTALL_FLAGS} ${ARCH_FLAGS} … … 51 48 52 49 avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa 53 # automake doesn't know we still need C /CPPrules so pretend like we have a C program54 _dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp50 # automake doesn't know we still need C rules so pretend like we have a C program 51 _dummy_hack_SOURCES = .dummy_hack.c 55 52 56 53 #---------------------------------------------------------------------------------------------------------------- … … 77 74 @echo "int main() { return 0; }" > ${@} 78 75 79 .dummy_hackxx.cpp:80 @echo "int bar() { return 0; }" > ${@}81 82 76 concurrency : 83 77 @+${TEST_PY} --debug=${debug} --install=${installed} -Iconcurrent … … 88 82 % : %.cfa $(CFACC) 89 83 $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@}) 90 91 % : %.cpp92 $(PRETTY_PATH) $(CXXCOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})93 84 94 85 declarationSpecifier: declarationSpecifier.cfa $(CFACC)
Note:
See TracChangeset
for help on using the changeset viewer.