|
Last change
on this file since 910:5a89cacf17f1 was
909:6a22e0dfd453,
checked in by Balazs Dezso, 21 years ago
|
|
New symmetric Graph concept.
New symmetric list and smart graph.
Symmetric Graph tests based on the Graph Tests.
|
|
File size:
1.1 KB
|
| 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 | sym_graph_test \ |
|---|
| 13 | graph_wrapper_test \ |
|---|
| 14 | kruskal_test \ |
|---|
| 15 | min_cost_flow_test \ |
|---|
| 16 | suurballe_test \ |
|---|
| 17 | path_test \ |
|---|
| 18 | preflow_test \ |
|---|
| 19 | test_tools_fail \ |
|---|
| 20 | test_tools_pass \ |
|---|
| 21 | time_measure_test \ |
|---|
| 22 | unionfind_test \ |
|---|
| 23 | xy_test |
|---|
| 24 | |
|---|
| 25 | TESTS = $(check_PROGRAMS) |
|---|
| 26 | XFAIL_TESTS = test_tools_fail |
|---|
| 27 | |
|---|
| 28 | bfs_test_SOURCES = bfs_test.cc |
|---|
| 29 | dfs_test_SOURCES = dfs_test.cc |
|---|
| 30 | dijkstra_test_SOURCES = dijkstra_test.cc |
|---|
| 31 | graph_test_SOURCES = graph_test.cc |
|---|
| 32 | sym_graph_test_SOURCES = sym_graph_test.cc |
|---|
| 33 | graph_wrapper_test_SOURCES = graph_wrapper_test.cc |
|---|
| 34 | kruskal_test_SOURCES = kruskal_test.cc |
|---|
| 35 | min_cost_flow_test_SOURCES = min_cost_flow_test.cc |
|---|
| 36 | suurballe_test_SOURCES = suurballe_test.cc |
|---|
| 37 | path_test_SOURCES = path_test.cc |
|---|
| 38 | preflow_test_SOURCES = preflow_test.cc |
|---|
| 39 | time_measure_test_SOURCES = time_measure_test.cc |
|---|
| 40 | test_tools_fail_SOURCES = test_tools_fail.cc |
|---|
| 41 | test_tools_pass_SOURCES = test_tools_pass.cc |
|---|
| 42 | unionfind_test_SOURCES = unionfind_test.cc |
|---|
| 43 | xy_test_SOURCES = xy_test.cc |
|---|
| 44 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.