1.1 --- a/test/Makefile.am Mon Jan 12 12:26:02 2009 +0000
1.2 +++ b/test/Makefile.am Mon Jan 12 13:18:03 2009 +0000
1.3 @@ -6,6 +6,7 @@
1.4 test/test_tools.h
1.5
1.6 check_PROGRAMS += \
1.7 + test/adaptors_test \
1.8 test/bfs_test \
1.9 test/circulation_test \
1.10 test/counter_test \
1.11 @@ -14,7 +15,6 @@
1.12 test/dijkstra_test \
1.13 test/dim_test \
1.14 test/error_test \
1.15 - test/graph_adaptor_test \
1.16 test/graph_copy_test \
1.17 test/graph_test \
1.18 test/graph_utils_test \
1.19 @@ -43,6 +43,7 @@
1.20 TESTS += $(check_PROGRAMS)
1.21 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
1.22
1.23 +test_adaptors_test_SOURCES = test/adaptors_test.cc
1.24 test_bfs_test_SOURCES = test/bfs_test.cc
1.25 test_circulation_test_SOURCES = test/circulation_test.cc
1.26 test_counter_test_SOURCES = test/counter_test.cc
1.27 @@ -51,7 +52,6 @@
1.28 test_dijkstra_test_SOURCES = test/dijkstra_test.cc
1.29 test_dim_test_SOURCES = test/dim_test.cc
1.30 test_error_test_SOURCES = test/error_test.cc
1.31 -test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
1.32 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
1.33 test_graph_test_SOURCES = test/graph_test.cc
1.34 test_graph_utils_test_SOURCES = test/graph_utils_test.cc