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