equal
deleted
inserted
replaced
11 heap_test.h |
11 heap_test.h |
12 |
12 |
13 check_PROGRAMS = \ |
13 check_PROGRAMS = \ |
14 all_pairs_shortest_path_test \ |
14 all_pairs_shortest_path_test \ |
15 bfs_test \ |
15 bfs_test \ |
|
16 counter_test \ |
16 dfs_test \ |
17 dfs_test \ |
17 dijkstra_test \ |
18 dijkstra_test \ |
18 graph_test \ |
19 graph_test \ |
19 graph_adaptor_test \ |
20 graph_adaptor_test \ |
20 graph_utils_test \ |
21 graph_utils_test \ |
46 TESTS = $(check_PROGRAMS) |
47 TESTS = $(check_PROGRAMS) |
47 XFAIL_TESTS = test_tools_fail$(EXEEXT) |
48 XFAIL_TESTS = test_tools_fail$(EXEEXT) |
48 |
49 |
49 all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc |
50 all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc |
50 bfs_test_SOURCES = bfs_test.cc |
51 bfs_test_SOURCES = bfs_test.cc |
|
52 counter_test_SOURCES = counter_test.cc |
51 dfs_test_SOURCES = dfs_test.cc |
53 dfs_test_SOURCES = dfs_test.cc |
52 dijkstra_test_SOURCES = dijkstra_test.cc |
54 dijkstra_test_SOURCES = dijkstra_test.cc |
53 graph_test_SOURCES = graph_test.cc |
55 graph_test_SOURCES = graph_test.cc |
54 graph_utils_test_SOURCES = graph_utils_test.cc |
56 graph_utils_test_SOURCES = graph_utils_test.cc |
55 graph_adaptor_test_SOURCES = graph_adaptor_test.cc |
57 graph_adaptor_test_SOURCES = graph_adaptor_test.cc |