Changes in test/Makefile.am [389:660db48f324f:404:59d3aa4f921f] in lemon-1.1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r389 r404 10 10 check_PROGRAMS += \ 11 11 test/bfs_test \ 12 test/circulation_test \ 12 13 test/counter_test \ 13 14 test/dfs_test \ … … 36 37 37 38 test_bfs_test_SOURCES = test/bfs_test.cc 39 test_circulation_test_SOURCES = test/circulation_test.cc 38 40 test_counter_test_SOURCES = test/counter_test.cc 39 41 test_dfs_test_SOURCES = test/dfs_test.cc
Note: See TracChangeset
for help on using the changeset viewer.