Changeset f4bc57c for src/tests/Makefile.am
- Timestamp:
- Jun 15, 2016, 4:47:11 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- 0f8e4ac
- Parents:
- c738ca4 (diff), d1aa5c0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rc738ca4 rf4bc57c 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.