Changes in tests/Makefile.am [2b10f95:5b993e0]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r2b10f95 r5b993e0 48 48 49 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 50 # automake doesn't know we still need C /CPPrules so pretend like we have a C program51 _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 52 52 53 53 #---------------------------------------------------------------------------------------------------------------- … … 74 74 @echo "int main() { return 0; }" > ${@} 75 75 76 .dummy_hackxx.cpp:77 @echo "int bar() { return 0; }" > ${@}78 79 76 concurrency : 80 77 @+${TEST_PY} --debug=${debug} --install=${installed} -Iconcurrent … … 85 82 % : %.cfa $(CFACC) 86 83 $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@}) 87 88 % : %.cpp89 $(PRETTY_PATH) $(CXXCOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})90 84 91 85 declarationSpecifier: declarationSpecifier.cfa $(CFACC)
Note:
See TracChangeset
for help on using the changeset viewer.