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