Changes in src/tests/Makefile.am [a0dcd2e:927e9ce]
- File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
ra0dcd2e r927e9ce 19 19 CC = @CFA_BINDIR@/cfa 20 20 21 noinst_PROGRAMS = fstream_test vector_test avl_test # build but do not install 21 .PHONY : list 22 EXTRA_PROGRAMS = fstream_test vector_test avl_test Constant0-1DP Constant0-1ND Constant0-1NDDP # build but do not install 23 22 24 fstream_test_SOURCES = fstream_test.c 23 25 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c 24 26 avl_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 25 36 26 37 Constant0-1DP : Constant0-1.c
Note:
See TracChangeset
for help on using the changeset viewer.