Changeset 1c31f68 for src/tests/Makefile.am
- Timestamp:
- Jun 15, 2016, 4:13:18 PM (7 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- a725c99
- Parents:
- efc15918
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
refc15918 r1c31f68 21 21 noinst_PROGRAMS = fstream_test vector_test avl_test # build but do not install 22 22 fstream_test_SOURCES = fstream_test.c 23 vector_test_SOURCES = vector _int.c array.cvector_test.c23 vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c 24 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
Note: See TracChangeset
for help on using the changeset viewer.