41 endif HAVE_MIP |
41 endif HAVE_MIP |
42 |
42 |
43 TESTS += $(check_PROGRAMS) |
43 TESTS += $(check_PROGRAMS) |
44 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
44 XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
45 |
45 |
|
46 test_adaptors_test_SOURCES = test/adaptors_test.cc |
46 test_bfs_test_SOURCES = test/bfs_test.cc |
47 test_bfs_test_SOURCES = test/bfs_test.cc |
47 test_circulation_test_SOURCES = test/circulation_test.cc |
48 test_circulation_test_SOURCES = test/circulation_test.cc |
48 test_counter_test_SOURCES = test/counter_test.cc |
49 test_counter_test_SOURCES = test/counter_test.cc |
49 test_dfs_test_SOURCES = test/dfs_test.cc |
50 test_dfs_test_SOURCES = test/dfs_test.cc |
50 test_digraph_test_SOURCES = test/digraph_test.cc |
51 test_digraph_test_SOURCES = test/digraph_test.cc |
51 test_dijkstra_test_SOURCES = test/dijkstra_test.cc |
52 test_dijkstra_test_SOURCES = test/dijkstra_test.cc |
52 test_dim_test_SOURCES = test/dim_test.cc |
53 test_dim_test_SOURCES = test/dim_test.cc |
53 test_error_test_SOURCES = test/error_test.cc |
54 test_error_test_SOURCES = test/error_test.cc |
54 test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc |
|
55 test_graph_copy_test_SOURCES = test/graph_copy_test.cc |
55 test_graph_copy_test_SOURCES = test/graph_copy_test.cc |
56 test_graph_test_SOURCES = test/graph_test.cc |
56 test_graph_test_SOURCES = test/graph_test.cc |
57 test_graph_utils_test_SOURCES = test/graph_utils_test.cc |
57 test_graph_utils_test_SOURCES = test/graph_utils_test.cc |
58 test_heap_test_SOURCES = test/heap_test.cc |
58 test_heap_test_SOURCES = test/heap_test.cc |
59 test_kruskal_test_SOURCES = test/kruskal_test.cc |
59 test_kruskal_test_SOURCES = test/kruskal_test.cc |