diff -r d8b87e9b90c3 -r ad483acf1654 test/Makefile.am --- a/test/Makefile.am Tue Dec 02 11:01:48 2008 +0000 +++ b/test/Makefile.am Tue Dec 02 15:33:22 2008 +0000 @@ -16,6 +16,7 @@ test/dijkstra_test \ test/dim_test \ test/error_test \ + test/graph_adaptor_test \ test/graph_copy_test \ test/graph_test \ test/graph_utils_test \ @@ -44,6 +45,7 @@ test_dijkstra_test_SOURCES = test/dijkstra_test.cc test_dim_test_SOURCES = test/dim_test.cc test_error_test_SOURCES = test/error_test.cc +test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc test_graph_copy_test_SOURCES = test/graph_copy_test.cc test_graph_test_SOURCES = test/graph_test.cc test_graph_utils_test_SOURCES = test/graph_utils_test.cc