Last change
on this file since 807:ce85435185c3 was
800:b70a494b4912,
checked in by Alpar Juttner, 20 years ago
|
Move general graph compilation tests to 'src/test/graph_test.h'.
|
File size:
826 bytes
|
Rev | Line | |
---|
[542] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
| 2 | |
---|
[800] | 3 | noinst_HEADERS = test_tools.h graph_test.h |
---|
[727] | 4 | |
---|
[790] | 5 | check_PROGRAMS = test_tools_pass test_tools_fail \ |
---|
| 6 | graph_test \ |
---|
| 7 | dijkstra_test bfs_test dfs_test \ |
---|
| 8 | minlengthpaths_test mincostflows_test \ |
---|
| 9 | unionfind_test xy_test \ |
---|
| 10 | time_measure_test \ |
---|
| 11 | error_test |
---|
| 12 | |
---|
[542] | 13 | |
---|
| 14 | TESTS = $(check_PROGRAMS) |
---|
[727] | 15 | XFAIL_TESTS = test_tools_fail |
---|
[542] | 16 | |
---|
[774] | 17 | bfs_test_SOURCES = bfs_test.cc |
---|
[780] | 18 | dfs_test_SOURCES = dfs_test.cc |
---|
[790] | 19 | dijkstra_test_SOURCES = dijkstra_test.cc |
---|
| 20 | error_test_SOURCES = error_test.cc |
---|
| 21 | graph_test_SOURCES = graph_test.cc |
---|
| 22 | mincostflows_test_SOURCES = mincostflows_test.cc |
---|
| 23 | minlengthpaths_test_SOURCES = minlengthpaths_test.cc |
---|
| 24 | time_measure_test_SOURCES = time_measure_test.cc |
---|
| 25 | test_tools_fail_SOURCES = test_tools_fail.cc |
---|
| 26 | test_tools_pass_SOURCES = test_tools_pass.cc |
---|
[774] | 27 | unionfind_test_SOURCES = unionfind_test.cc |
---|
[727] | 28 | xy_test_SOURCES = xy_test.cc |
---|
| 29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.