Changeset 404:59d3aa4f921f in lemon-main for test
- Timestamp:
- 12/01/08 15:18:40 (16 years ago)
- Branch:
- default
- Children:
- 407:e22fc10ab6f1, 409:b8ce15103485
- Parents:
- 398:532f34ea9cf3 (diff), 403:940587667b47 (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. - Phase:
- public
- Files:
-
- 2 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 -
test/Makefile.am
r400 r404 1 1 EXTRA_DIST += \ 2 2 test/CMakeLists.txt \ 3 test/min_cost_flow_test.lgf 3 test/min_cost_flow_test.lgf \ 4 test/preflow_graph.lgf 4 5 5 6 noinst_HEADERS += \ … … 25 26 test/random_test \ 26 27 test/path_test \ 28 test/preflow_test \ 27 29 test/suurballe_test \ 28 30 test/test_tools_fail \ … … 50 52 test_max_matching_test_SOURCES = test/max_matching_test.cc 51 53 test_path_test_SOURCES = test/path_test.cc 54 test_preflow_test_SOURCES = test/preflow_test.cc 52 55 test_suurballe_test_SOURCES = test/suurballe_test.cc 53 56 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.