Rev | Line | |
---|
[1] | 1 | EXTRA_DIST += \ |
---|
[345] | 2 | test/CMakeLists.txt \ |
---|
| 3 | test/min_cost_flow_test.lgf |
---|
[1] | 4 | |
---|
[4] | 5 | noinst_HEADERS += \ |
---|
[171] | 6 | test/graph_test.h \ |
---|
[4] | 7 | test/test_tools.h |
---|
[10] | 8 | |
---|
[4] | 9 | check_PROGRAMS += \ |
---|
[100] | 10 | test/bfs_test \ |
---|
[119] | 11 | test/counter_test \ |
---|
[100] | 12 | test/dfs_test \ |
---|
[57] | 13 | test/digraph_test \ |
---|
[170] | 14 | test/dijkstra_test \ |
---|
[8] | 15 | test/dim_test \ |
---|
[108] | 16 | test/error_test \ |
---|
[200] | 17 | test/graph_copy_test \ |
---|
[57] | 18 | test/graph_test \ |
---|
[139] | 19 | test/graph_utils_test \ |
---|
[203] | 20 | test/heap_test \ |
---|
[103] | 21 | test/kruskal_test \ |
---|
[25] | 22 | test/maps_test \ |
---|
[326] | 23 | test/max_matching_test \ |
---|
[10] | 24 | test/random_test \ |
---|
[96] | 25 | test/path_test \ |
---|
[345] | 26 | test/suurballe_test \ |
---|
[4] | 27 | test/test_tools_fail \ |
---|
[103] | 28 | test/test_tools_pass \ |
---|
[119] | 29 | test/time_measure_test \ |
---|
[103] | 30 | test/unionfind_test |
---|
[10] | 31 | |
---|
[1] | 32 | TESTS += $(check_PROGRAMS) |
---|
| 33 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
---|
[4] | 34 | |
---|
[100] | 35 | test_bfs_test_SOURCES = test/bfs_test.cc |
---|
[119] | 36 | test_counter_test_SOURCES = test/counter_test.cc |
---|
[100] | 37 | test_dfs_test_SOURCES = test/dfs_test.cc |
---|
[57] | 38 | test_digraph_test_SOURCES = test/digraph_test.cc |
---|
[170] | 39 | test_dijkstra_test_SOURCES = test/dijkstra_test.cc |
---|
[8] | 40 | test_dim_test_SOURCES = test/dim_test.cc |
---|
[108] | 41 | test_error_test_SOURCES = test/error_test.cc |
---|
[200] | 42 | test_graph_copy_test_SOURCES = test/graph_copy_test.cc |
---|
[57] | 43 | test_graph_test_SOURCES = test/graph_test.cc |
---|
[139] | 44 | test_graph_utils_test_SOURCES = test/graph_utils_test.cc |
---|
[203] | 45 | test_heap_test_SOURCES = test/heap_test.cc |
---|
[103] | 46 | test_kruskal_test_SOURCES = test/kruskal_test.cc |
---|
[25] | 47 | test_maps_test_SOURCES = test/maps_test.cc |
---|
[326] | 48 | test_max_matching_test_SOURCES = test/max_matching_test.cc |
---|
[96] | 49 | test_path_test_SOURCES = test/path_test.cc |
---|
[345] | 50 | test_suurballe_test_SOURCES = test/suurballe_test.cc |
---|
[10] | 51 | test_random_test_SOURCES = test/random_test.cc |
---|
[4] | 52 | test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
---|
| 53 | test_test_tools_pass_SOURCES = test/test_tools_pass.cc |
---|
[119] | 54 | test_time_measure_test_SOURCES = test/time_measure_test.cc |
---|
[103] | 55 | test_unionfind_test_SOURCES = test/unionfind_test.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.