equal
deleted
inserted
replaced
5 test/graph_test.h \ |
5 test/graph_test.h \ |
6 test/test_tools.h |
6 test/test_tools.h |
7 |
7 |
8 check_PROGRAMS += \ |
8 check_PROGRAMS += \ |
9 test/adaptors_test \ |
9 test/adaptors_test \ |
|
10 test/bellman_ford_test \ |
10 test/bfs_test \ |
11 test/bfs_test \ |
11 test/circulation_test \ |
12 test/circulation_test \ |
12 test/connectivity_test \ |
13 test/connectivity_test \ |
13 test/counter_test \ |
14 test/counter_test \ |
14 test/dfs_test \ |
15 test/dfs_test \ |
51 |
52 |
52 TESTS += $(check_PROGRAMS) |
53 TESTS += $(check_PROGRAMS) |
53 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
54 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
54 |
55 |
55 test_adaptors_test_SOURCES = test/adaptors_test.cc |
56 test_adaptors_test_SOURCES = test/adaptors_test.cc |
|
57 test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc |
56 test_bfs_test_SOURCES = test/bfs_test.cc |
58 test_bfs_test_SOURCES = test/bfs_test.cc |
57 test_circulation_test_SOURCES = test/circulation_test.cc |
59 test_circulation_test_SOURCES = test/circulation_test.cc |
58 test_counter_test_SOURCES = test/counter_test.cc |
60 test_counter_test_SOURCES = test/counter_test.cc |
59 test_connectivity_test_SOURCES = test/connectivity_test.cc |
61 test_connectivity_test_SOURCES = test/connectivity_test.cc |
60 test_dfs_test_SOURCES = test/dfs_test.cc |
62 test_dfs_test_SOURCES = test/dfs_test.cc |