Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r4782b39 re4745d7a  
    123123CFA_LIBDIR = @CFA_LIBDIR@
    124124CFA_PREFIX = @CFA_PREFIX@
    125 CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS}
     125
     126# applies to both programs
     127CFLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ # TEMPORARY: does not build with -O2
    126128CPP = @CPP@
    127129CPPFLAGS = @CPPFLAGS@
     
    221223top_builddir = @top_builddir@
    222224top_srcdir = @top_srcdir@
    223 debug = yes
    224 
    225 # applies to both programs
    226 EXTRA_FLAGS =
    227225fstream_test_SOURCES = fstream_test.c
    228226vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c
     
    654652
    655653all-tests :
    656         @+python test.py --all --debug=${debug}         # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     654        @+python test.py --all          # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
    657655
    658656clean-local :
     
    678676
    679677declarationSpecifier: declarationSpecifier.c
    680         ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
     678        ${CC} ${CFALGS} -CFA -XCFA -p ${<} -o ${@}
    681679
    682680gccExtensions : gccExtensions.c
     
    687685
    688686memberCtors-ERR1: memberCtors.c
    689         ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
     687        ${CC} ${CFALGS} -DERR1 ${<} -o ${@}
    690688
    691689# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.