Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r2b10f95 r5b993e0  
    4848
    4949avl_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/CPP rules so pretend like we have a C program
    51 _dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
     50# automake doesn't know we still need C rules so pretend like we have a C program
     51_dummy_hack_SOURCES = .dummy_hack.c
    5252
    5353#----------------------------------------------------------------------------------------------------------------
     
    7474        @echo "int main() { return 0; }" > ${@}
    7575
    76 .dummy_hackxx.cpp:
    77         @echo "int bar() { return 0; }" > ${@}
    78 
    7976concurrency :
    8077        @+${TEST_PY} --debug=${debug}  --install=${installed} -Iconcurrent
     
    8582% : %.cfa $(CFACC)
    8683        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    87 
    88 % : %.cpp
    89         $(PRETTY_PATH) $(CXXCOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    9084
    9185declarationSpecifier: declarationSpecifier.cfa $(CFACC)
Note: See TracChangeset for help on using the changeset viewer.