equal
deleted
inserted
replaced
9 test/graph_test.h \ |
9 test/graph_test.h \ |
10 test/test_tools.h |
10 test/test_tools.h |
11 |
11 |
12 check_PROGRAMS += \ |
12 check_PROGRAMS += \ |
13 test/adaptors_test \ |
13 test/adaptors_test \ |
|
14 test/arc_lookup_test \ |
14 test/bellman_ford_test \ |
15 test/bellman_ford_test \ |
15 test/bfs_test \ |
16 test/bfs_test \ |
16 test/circulation_test \ |
17 test/circulation_test \ |
17 test/connectivity_test \ |
18 test/connectivity_test \ |
18 test/counter_test \ |
19 test/counter_test \ |
59 |
60 |
60 TESTS += $(check_PROGRAMS) |
61 TESTS += $(check_PROGRAMS) |
61 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
62 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
62 |
63 |
63 test_adaptors_test_SOURCES = test/adaptors_test.cc |
64 test_adaptors_test_SOURCES = test/adaptors_test.cc |
|
65 test_adaptors_test_SOURCES = test/arc_lookup_test.cc |
64 test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc |
66 test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc |
65 test_bfs_test_SOURCES = test/bfs_test.cc |
67 test_bfs_test_SOURCES = test/bfs_test.cc |
66 test_circulation_test_SOURCES = test/circulation_test.cc |
68 test_circulation_test_SOURCES = test/circulation_test.cc |
67 test_counter_test_SOURCES = test/counter_test.cc |
69 test_counter_test_SOURCES = test/counter_test.cc |
68 test_connectivity_test_SOURCES = test/connectivity_test.cc |
70 test_connectivity_test_SOURCES = test/connectivity_test.cc |