Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r927e9ce ra0dcd2e  
    1919CC = @CFA_BINDIR@/cfa
    2020
    21 .PHONY : list
    22 EXTRA_PROGRAMS = fstream_test vector_test avl_test Constant0-1DP Constant0-1ND Constant0-1NDDP # build but do not install
    23 
     21noinst_PROGRAMS = fstream_test vector_test avl_test # build but do not install
    2422fstream_test_SOURCES = fstream_test.c
    2523vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c
    2624avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c
    27 
    28 all-local :
    29         python test.py --all
    30 
    31 clean-local :
    32         -rm -f ${EXTRA_PROGRAMS}
    33 
    34 list :
    35         python test.py --list
    3625
    3726Constant0-1DP : Constant0-1.c
Note: See TracChangeset for help on using the changeset viewer.