Last change
on this file since 780:e06d0d16595f was
780:e06d0d16595f,
checked in by Alpar Juttner, 20 years ago
|
- DFS class (bfs.h and bfs_test.cc) added
- Bugfixes in Dijkstra and Bfs
|
File size:
659 bytes
|
Rev | Line | |
---|
[542] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
| 2 | |
---|
[727] | 3 | noinst_HEADERS = test_tools.h |
---|
| 4 | |
---|
[780] | 5 | check_PROGRAMS = graph_test dijkstra_test bfs_test dfs_test time_measure_test \ |
---|
[774] | 6 | error_test xy_test \ |
---|
| 7 | unionfind_test test_tools_pass test_tools_fail |
---|
[542] | 8 | |
---|
| 9 | TESTS = $(check_PROGRAMS) |
---|
[727] | 10 | XFAIL_TESTS = test_tools_fail |
---|
[542] | 11 | |
---|
[727] | 12 | graph_test_SOURCES = graph_test.cc |
---|
| 13 | dijkstra_test_SOURCES = dijkstra_test.cc |
---|
[774] | 14 | bfs_test_SOURCES = bfs_test.cc |
---|
[780] | 15 | dfs_test_SOURCES = dfs_test.cc |
---|
[774] | 16 | unionfind_test_SOURCES = unionfind_test.cc |
---|
[727] | 17 | time_measure_test_SOURCES = time_measure_test.cc |
---|
| 18 | error_test_SOURCES = error_test.cc |
---|
| 19 | xy_test_SOURCES = xy_test.cc |
---|
| 20 | test_tools_pass_SOURCES = test_tools_pass.cc |
---|
| 21 | test_tools_fail_SOURCES = test_tools_fail.cc |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.