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 = test_tools.h graph_test.h |
---|
6 | |
---|
7 | check_PROGRAMS = \ |
---|
8 | bfs_test \ |
---|
9 | dfs_test \ |
---|
10 | dijkstra_test \ |
---|
11 | graph_test \ |
---|
12 | graph_wrapper_test \ |
---|
13 | kruskal_test \ |
---|
14 | min_cost_flow_test \ |
---|
15 | suurballe_test \ |
---|
16 | path_test \ |
---|
17 | preflow_test \ |
---|
18 | test_tools_fail \ |
---|
19 | test_tools_pass \ |
---|
20 | time_measure_test \ |
---|
21 | unionfind_test \ |
---|
22 | xy_test |
---|
23 | |
---|
24 | TESTS = $(check_PROGRAMS) |
---|
25 | XFAIL_TESTS = test_tools_fail |
---|
26 | |
---|
27 | bfs_test_SOURCES = bfs_test.cc |
---|
28 | dfs_test_SOURCES = dfs_test.cc |
---|
29 | dijkstra_test_SOURCES = dijkstra_test.cc |
---|
30 | graph_test_SOURCES = graph_test.cc |
---|
31 | graph_wrapper_test_SOURCES = graph_wrapper_test.cc |
---|
32 | kruskal_test_SOURCES = kruskal_test.cc |
---|
33 | min_cost_flow_test_SOURCES = min_cost_flow_test.cc |
---|
34 | suurballe_test_SOURCES = suurballe_test.cc |
---|
35 | path_test_SOURCES = path_test.cc |
---|
36 | preflow_test_SOURCES = preflow_test.cc |
---|
37 | time_measure_test_SOURCES = time_measure_test.cc |
---|
38 | test_tools_fail_SOURCES = test_tools_fail.cc |
---|
39 | test_tools_pass_SOURCES = test_tools_pass.cc |
---|
40 | unionfind_test_SOURCES = unionfind_test.cc |
---|
41 | xy_test_SOURCES = xy_test.cc |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.