1
2
1
... | ... |
@@ -7,4 +7,5 @@ |
7 | 7 |
|
8 | 8 |
check_PROGRAMS += \ |
9 |
test/adaptors_test \ |
|
9 | 10 |
test/bfs_test \ |
10 | 11 |
test/circulation_test \ |
... | ... |
@@ -15,5 +16,4 @@ |
15 | 16 |
test/dim_test \ |
16 | 17 |
test/error_test \ |
17 |
test/graph_adaptor_test \ |
|
18 | 18 |
test/graph_copy_test \ |
19 | 19 |
test/graph_test \ |
... | ... |
@@ -37,4 +37,5 @@ |
37 | 37 |
XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
38 | 38 |
|
39 |
test_adaptors_test_SOURCES = test/adaptors_test.cc |
|
39 | 40 |
test_bfs_test_SOURCES = test/bfs_test.cc |
40 | 41 |
test_circulation_test_SOURCES = test/circulation_test.cc |
... | ... |
@@ -45,5 +46,4 @@ |
45 | 46 |
test_dim_test_SOURCES = test/dim_test.cc |
46 | 47 |
test_error_test_SOURCES = test/error_test.cc |
47 |
test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc |
|
48 | 48 |
test_graph_copy_test_SOURCES = test/graph_copy_test.cc |
49 | 49 |
test_graph_test_SOURCES = test/graph_test.cc |
0 comments (0 inline)