Changeset 966:c8fce9beb46a in lemon-main for test
- Timestamp:
- 12/20/11 19:25:40 (13 years ago)
- Branch:
- default
- Parents:
- 958:9a716871028e (diff), 965:a1fd7008a052 (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
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r964 r966 37 37 maps_test 38 38 matching_test 39 max_cardinality_search_test 40 max_clique_test 39 41 min_cost_arborescence_test 40 42 min_cost_flow_test 41 43 min_mean_cycle_test 44 nagamochi_ibaraki_test 42 45 path_test 43 46 planarity_test -
test/Makefile.am
r964 r966 35 35 test/maps_test \ 36 36 test/matching_test \ 37 test/max_cardinality_search_test \ 38 test/max_clique_test \ 37 39 test/min_cost_arborescence_test \ 38 40 test/min_cost_flow_test \ 39 41 test/min_mean_cycle_test \ 42 test/nagamochi_ibaraki_test \ 40 43 test/path_test \ 41 44 test/planarity_test \ … … 79 82 test_graph_test_SOURCES = test/graph_test.cc 80 83 test_graph_utils_test_SOURCES = test/graph_utils_test.cc 84 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc 81 85 test_heap_test_SOURCES = test/heap_test.cc 82 86 test_kruskal_test_SOURCES = test/kruskal_test.cc 83 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc84 87 test_lgf_test_SOURCES = test/lgf_test.cc 85 88 test_lp_test_SOURCES = test/lp_test.cc … … 87 90 test_mip_test_SOURCES = test/mip_test.cc 88 91 test_matching_test_SOURCES = test/matching_test.cc 92 test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc 93 test_max_clique_test_SOURCES = test/max_clique_test.cc 89 94 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 90 95 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 91 96 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 97 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc 92 98 test_path_test_SOURCES = test/path_test.cc 93 99 test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset
for help on using the changeset viewer.