Changeset 1066:f9e3f73e17f1 in lemon for test/CMakeLists.txt
- Timestamp:
- 07/13/11 15:04:03 (12 years ago)
- Branch:
- default
- Parents:
- 1059:4f9e5801224e (diff), 1063:0dba9b96550a (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/CMakeLists.txt
r1050 r1066 73 73 TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS}) 74 74 ADD_TEST(lp_test lp_test) 75 ADD_DEPENDENCIES(check lp_test) 75 76 76 77 IF(WIN32 AND LEMON_HAVE_GLPK) … … 114 115 TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS}) 115 116 ADD_TEST(mip_test mip_test) 117 ADD_DEPENDENCIES(check mip_test) 116 118 117 119 IF(WIN32 AND LEMON_HAVE_GLPK) -
test/CMakeLists.txt
r1061 r1066 14 14 SET(TESTS 15 15 adaptors_test 16 bellman_ford_test 16 17 bfs_test 17 18 circulation_test … … 25 26 error_test 26 27 euler_test 28 fractional_matching_test 27 29 gomory_hu_test 28 30 graph_copy_test … … 34 36 maps_test 35 37 matching_test 38 max_cardinality_search_test 39 max_clique_test 36 40 min_cost_arborescence_test 37 41 min_cost_flow_test 42 min_mean_cycle_test 43 nagamochi_ibaraki_test 38 44 path_test 45 planarity_test 39 46 preflow_test 40 47 radix_sort_test
Note: See TracChangeset
for help on using the changeset viewer.