Rev | Line | |
---|
[542] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
| 2 | |
---|
[895] | 3 | EXTRA_DIST = preflow_graph.dim #input file for preflow_test.cc |
---|
[843] | 4 | |
---|
[946] | 5 | noinst_HEADERS = \ |
---|
| 6 | test_tools.h \ |
---|
| 7 | graph_test.h \ |
---|
| 8 | sym_graph_test.h \ |
---|
| 9 | map_test.h \ |
---|
| 10 | graph_utils_test.h |
---|
[727] | 11 | |
---|
[810] | 12 | check_PROGRAMS = \ |
---|
| 13 | bfs_test \ |
---|
| 14 | dfs_test \ |
---|
| 15 | dijkstra_test \ |
---|
[790] | 16 | graph_test \ |
---|
[970] | 17 | graph_wrapper_test \ |
---|
[946] | 18 | graph_utils_test \ |
---|
[810] | 19 | kruskal_test \ |
---|
[1094] | 20 | max_matching_test \ |
---|
| 21 | maps_test \ |
---|
[899] | 22 | min_cost_flow_test \ |
---|
| 23 | suurballe_test \ |
---|
[820] | 24 | path_test \ |
---|
[833] | 25 | preflow_test \ |
---|
[810] | 26 | test_tools_fail \ |
---|
| 27 | test_tools_pass \ |
---|
[790] | 28 | time_measure_test \ |
---|
[810] | 29 | unionfind_test \ |
---|
[962] | 30 | undir_graph_test \ |
---|
[810] | 31 | xy_test |
---|
[790] | 32 | |
---|
[542] | 33 | TESTS = $(check_PROGRAMS) |
---|
[727] | 34 | XFAIL_TESTS = test_tools_fail |
---|
[542] | 35 | |
---|
[774] | 36 | bfs_test_SOURCES = bfs_test.cc |
---|
[780] | 37 | dfs_test_SOURCES = dfs_test.cc |
---|
[790] | 38 | dijkstra_test_SOURCES = dijkstra_test.cc |
---|
| 39 | graph_test_SOURCES = graph_test.cc |
---|
[946] | 40 | graph_utils_test_SOURCES = graph_utils_test.cc |
---|
[878] | 41 | graph_wrapper_test_SOURCES = graph_wrapper_test.cc |
---|
[810] | 42 | kruskal_test_SOURCES = kruskal_test.cc |
---|
[1041] | 43 | maps_test_SOURCES = maps_test.cc |
---|
[899] | 44 | min_cost_flow_test_SOURCES = min_cost_flow_test.cc |
---|
[1094] | 45 | max_matching_test_SOURCES = max_matching_test.cc |
---|
[899] | 46 | suurballe_test_SOURCES = suurballe_test.cc |
---|
[820] | 47 | path_test_SOURCES = path_test.cc |
---|
[833] | 48 | preflow_test_SOURCES = preflow_test.cc |
---|
[790] | 49 | time_measure_test_SOURCES = time_measure_test.cc |
---|
| 50 | test_tools_fail_SOURCES = test_tools_fail.cc |
---|
| 51 | test_tools_pass_SOURCES = test_tools_pass.cc |
---|
[774] | 52 | unionfind_test_SOURCES = unionfind_test.cc |
---|
[727] | 53 | xy_test_SOURCES = xy_test.cc |
---|
[962] | 54 | undir_graph_test_SOURCES = undir_graph_test.cc |
---|
[727] | 55 | |
---|
Note: See
TracBrowser
for help on using the repository browser.