| 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 \ |
|---|
| [1206] | 10 | graph_utils_test.h \ |
|---|
| 11 | heap_test.h |
|---|
| [727] | 12 | |
|---|
| [810] | 13 | check_PROGRAMS = \ |
|---|
| 14 | bfs_test \ |
|---|
| 15 | dfs_test \ |
|---|
| 16 | dijkstra_test \ |
|---|
| [790] | 17 | graph_test \ |
|---|
| [970] | 18 | graph_wrapper_test \ |
|---|
| [946] | 19 | graph_utils_test \ |
|---|
| [810] | 20 | kruskal_test \ |
|---|
| [1094] | 21 | max_matching_test \ |
|---|
| 22 | maps_test \ |
|---|
| [899] | 23 | min_cost_flow_test \ |
|---|
| 24 | suurballe_test \ |
|---|
| [820] | 25 | path_test \ |
|---|
| [833] | 26 | preflow_test \ |
|---|
| [810] | 27 | test_tools_fail \ |
|---|
| 28 | test_tools_pass \ |
|---|
| [790] | 29 | time_measure_test \ |
|---|
| [810] | 30 | unionfind_test \ |
|---|
| [962] | 31 | undir_graph_test \ |
|---|
| [1206] | 32 | xy_test \ |
|---|
| 33 | heap_test |
|---|
| [790] | 34 | |
|---|
| [542] | 35 | TESTS = $(check_PROGRAMS) |
|---|
| [727] | 36 | XFAIL_TESTS = test_tools_fail |
|---|
| [542] | 37 | |
|---|
| [774] | 38 | bfs_test_SOURCES = bfs_test.cc |
|---|
| [780] | 39 | dfs_test_SOURCES = dfs_test.cc |
|---|
| [790] | 40 | dijkstra_test_SOURCES = dijkstra_test.cc |
|---|
| 41 | graph_test_SOURCES = graph_test.cc |
|---|
| [946] | 42 | graph_utils_test_SOURCES = graph_utils_test.cc |
|---|
| [878] | 43 | graph_wrapper_test_SOURCES = graph_wrapper_test.cc |
|---|
| [810] | 44 | kruskal_test_SOURCES = kruskal_test.cc |
|---|
| [1041] | 45 | maps_test_SOURCES = maps_test.cc |
|---|
| [899] | 46 | min_cost_flow_test_SOURCES = min_cost_flow_test.cc |
|---|
| [1094] | 47 | max_matching_test_SOURCES = max_matching_test.cc |
|---|
| [899] | 48 | suurballe_test_SOURCES = suurballe_test.cc |
|---|
| [820] | 49 | path_test_SOURCES = path_test.cc |
|---|
| [833] | 50 | preflow_test_SOURCES = preflow_test.cc |
|---|
| [790] | 51 | time_measure_test_SOURCES = time_measure_test.cc |
|---|
| 52 | test_tools_fail_SOURCES = test_tools_fail.cc |
|---|
| 53 | test_tools_pass_SOURCES = test_tools_pass.cc |
|---|
| [774] | 54 | unionfind_test_SOURCES = unionfind_test.cc |
|---|
| [727] | 55 | xy_test_SOURCES = xy_test.cc |
|---|
| [962] | 56 | undir_graph_test_SOURCES = undir_graph_test.cc |
|---|
| [1206] | 57 | heap_test_SOURCES = heap_test.cc |
|---|
Note: See
TracBrowser
for help on using the repository browser.