Changeset 492:04c0631fd332 in lemon for test/CMakeLists.txt
- Timestamp:
- 01/12/09 14:37:37 (16 years ago)
- Branch:
- default
- Children:
- 493:81627fa1b007, 550:c35afa9e89e7
- Parents:
- 490:a1155a9e8e09 (diff), 491:68fe66e2b34a (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
r490 r492 13 13 dim_test 14 14 error_test 15 edge_set_test 15 16 graph_copy_test 16 17 graph_test -
test/CMakeLists.txt
r491 r492 4 4 5 5 SET(TESTS 6 adaptors_test 6 7 bfs_test 8 circulation_test 7 9 counter_test 8 10 dfs_test … … 18 20 heap_test 19 21 kruskal_test 22 lp_test 23 mip_test 20 24 maps_test 21 25 max_matching_test 26 radix_sort_test 27 path_test 28 preflow_test 22 29 random_test 23 path_test30 suurballe_test 24 31 time_measure_test 25 32 unionfind_test)
Note: See TracChangeset
for help on using the changeset viewer.