diff -r 0c5dd7ceda03 -r 05357da973ce test/Makefile.am --- a/test/Makefile.am Sun Nov 30 09:39:34 2008 +0000 +++ b/test/Makefile.am Sun Nov 30 18:57:18 2008 +0100 @@ -15,6 +15,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 \ @@ -41,6 +42,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