| Line |  | 
|---|
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/src | 
|---|
| 2 |  | 
|---|
| 3 | EXTRA_DIST = preflow_graph.dim #input file for preflow_test.cc | 
|---|
| 4 |  | 
|---|
| 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 | 
|---|
| 11 |  | 
|---|
| 12 | check_PROGRAMS = \ | 
|---|
| 13 | bfs_test \ | 
|---|
| 14 | dfs_test \ | 
|---|
| 15 | dijkstra_test \ | 
|---|
| 16 | graph_test \ | 
|---|
| 17 | graph_wrapper_test \ | 
|---|
| 18 | graph_utils_test \ | 
|---|
| 19 | kruskal_test \ | 
|---|
| 20 | min_cost_flow_test \ | 
|---|
| 21 | suurballe_test \ | 
|---|
| 22 | path_test \ | 
|---|
| 23 | preflow_test \ | 
|---|
| 24 | test_tools_fail \ | 
|---|
| 25 | test_tools_pass \ | 
|---|
| 26 | time_measure_test \ | 
|---|
| 27 | unionfind_test \ | 
|---|
| 28 | undir_graph_test \ | 
|---|
| 29 | xy_test | 
|---|
| 30 |  | 
|---|
| 31 | TESTS = $(check_PROGRAMS) | 
|---|
| 32 | XFAIL_TESTS = test_tools_fail | 
|---|
| 33 |  | 
|---|
| 34 | bfs_test_SOURCES = bfs_test.cc | 
|---|
| 35 | dfs_test_SOURCES = dfs_test.cc | 
|---|
| 36 | dijkstra_test_SOURCES = dijkstra_test.cc | 
|---|
| 37 | graph_test_SOURCES = graph_test.cc | 
|---|
| 38 | graph_utils_test_SOURCES = graph_utils_test.cc | 
|---|
| 39 | graph_wrapper_test_SOURCES = graph_wrapper_test.cc | 
|---|
| 40 | kruskal_test_SOURCES = kruskal_test.cc | 
|---|
| 41 | min_cost_flow_test_SOURCES = min_cost_flow_test.cc | 
|---|
| 42 | suurballe_test_SOURCES = suurballe_test.cc | 
|---|
| 43 | path_test_SOURCES = path_test.cc | 
|---|
| 44 | preflow_test_SOURCES = preflow_test.cc | 
|---|
| 45 | time_measure_test_SOURCES = time_measure_test.cc | 
|---|
| 46 | test_tools_fail_SOURCES = test_tools_fail.cc | 
|---|
| 47 | test_tools_pass_SOURCES = test_tools_pass.cc | 
|---|
| 48 | unionfind_test_SOURCES = unionfind_test.cc | 
|---|
| 49 | xy_test_SOURCES = xy_test.cc | 
|---|
| 50 | undir_graph_test_SOURCES = undir_graph_test.cc | 
|---|
| 51 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.