Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r7f612112 r8bcaf21  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Thu May 25 14:39:15 2017
    14 ## Update Count     : 43
     13## Last Modified On : Sun May 14 14:43:48 2017
     14## Update Count     : 42
    1515###############################################################################
    1616
     
    3636
    3737.PHONY : list
    38 EXTRA_PROGRAMS = fstream_test vector_test avl_test # build but do not install
     38EXTRA_PROGRAMS = fstream_test vector_test avl_test constant0-1DP constant0-1ND constant0-1NDDP # build but do not install
    3939
    4040fstream_test_SOURCES = fstream_test.c
     
    5959.dummy : .dummy.c
    6060        ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@}                              #don't use CFLAGS, this rule is not a real test
     61
     62constant0-1DP : constant0-1.c
     63        ${CC} ${CFLAGS} -DDUPS ${<} -o ${@}
     64
     65constant0-1ND : constant0-1.c
     66        ${CC} ${CFLAGS} -DNEWDECL ${<} -o ${@}
     67
     68constant0-1NDDP : constant0-1.c
     69        ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@}
    6170
    6271dtor-early-exit-ERR1: dtor-early-exit.c
Note: See TracChangeset for help on using the changeset viewer.