Changes in test/CMakeLists.txt [410:eac19fb31a09:424:346991bf7ddd] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r410 r424 5 5 SET(TESTS 6 6 bfs_test 7 circulation_test 7 8 counter_test 8 9 dfs_test … … 11 12 dim_test 12 13 error_test 14 graph_adaptor_test 13 15 graph_copy_test 14 16 graph_test … … 19 21 maps_test 20 22 max_matching_test 23 path_test 24 preflow_test 21 25 random_test 22 path_test26 suurballe_test 23 27 time_measure_test 24 28 unionfind_test)
Note: See TracChangeset
for help on using the changeset viewer.