Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    re3a5a73 r107b01a  
    2323installed=no
    2424
    25 INSTALL_FLAGS=-in-tree
    26 DEBUG_FLAGS=-debug -O0
    27 
    2825quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    2926
     
    3128timeouts=
    3229
    33 TEST_PY = python3 ${builddir}/test.py
     30TEST_PY = python ${builddir}/test.py
    3431
    3532# applies to both programs
     
    3936        -Wno-unused-function \
    4037        -quiet @CFA_FLAGS@ \
    41         -DIN_DIR="${abs_srcdir}/.in/"
     38        -DIN_DIR="${srcdir}/.in/"
    4239
    4340AM_CFLAGS += ${DEBUG_FLAGS} ${INSTALL_FLAGS} ${ARCH_FLAGS}
     
    5148
    5249avl_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/CPP rules so pretend like we have a C program
    54 _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
    5552
    5653#----------------------------------------------------------------------------------------------------------------
     
    7774        @echo "int main() { return 0; }" > ${@}
    7875
    79 .dummy_hackxx.cpp:
    80         @echo "int bar() { return 0; }" > ${@}
    81 
    8276concurrency :
    8377        @+${TEST_PY} --debug=${debug}  --install=${installed} -Iconcurrent
     
    8882% : %.cfa $(CFACC)
    8983        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    90 
    91 % : %.cpp
    92         $(PRETTY_PATH) $(CXXCOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
    9384
    9485declarationSpecifier: declarationSpecifier.cfa $(CFACC)
Note: See TracChangeset for help on using the changeset viewer.