diff -r d12508c2a007 -r 9588dcef6793 src/test/Makefile.am --- a/src/test/Makefile.am Mon May 02 05:49:33 2005 +0000 +++ b/src/test/Makefile.am Wed May 04 13:07:10 2005 +0000 @@ -16,7 +16,7 @@ dfs_test \ dijkstra_test \ graph_test \ - graph_wrapper_test \ + graph_adaptor_test \ graph_utils_test \ kruskal_test \ max_matching_test \ @@ -49,7 +49,7 @@ dijkstra_test_SOURCES = dijkstra_test.cc graph_test_SOURCES = graph_test.cc graph_utils_test_SOURCES = graph_utils_test.cc -graph_wrapper_test_SOURCES = graph_wrapper_test.cc +graph_adaptor_test_SOURCES = graph_adaptor_test.cc kruskal_test_SOURCES = kruskal_test.cc maps_test_SOURCES = maps_test.cc min_cost_flow_test_SOURCES = min_cost_flow_test.cc