Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r85f0713 rc6b1105  
    2020
    2121.PHONY : list
    22 EXTRA_PROGRAMS = fstream_test vector_test avl_test constant0-1DP constant0-1ND constant0-1NDDP # build but do not install
     22EXTRA_PROGRAMS = fstream_test vector_test avl_test Constant0-1DP Constant0-1ND Constant0-1NDDP # build but do not install
    2323
    2424fstream_test_SOURCES = fstream_test.c
     
    2727
    2828all-local :
    29         +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
     29        python test.py vector_test avl_test Operators NumericConstants Expression Enum AsmName Array Typeof Cast
    3030
    3131all-tests :
     
    3636
    3737list :
    38         +python test.py --list
     38        python test.py --list
    3939
    40 constant0-1DP : constant0-1.c
     40Constant0-1DP : Constant0-1.c
    4141        ${CC} ${CFLAGS} -DDUPS ${<} -o ${@}
    4242
    43 constant0-1ND : constant0-1.c
     43Constant0-1ND : Constant0-1.c
    4444        ${CC} ${CFLAGS} -DNEWDECL ${<} -o ${@}
    4545
    46 constant0-1NDDP : constant0-1.c
     46Constant0-1NDDP : Constant0-1.c
    4747        ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@}
    48 
    49 dtor-early-exit-ERR1: dtor-early-exit.c
    50         ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
    51 
    52 dtor-early-exit-ERR2: dtor-early-exit.c
    53         ${CC} ${CFLAGS} -DERR2 ${<} -o ${@}
    54 
Note: See TracChangeset for help on using the changeset viewer.