diff -r e225719bde6b -r 2d806130e700 test/Makefile.am --- a/test/Makefile.am Thu Jan 26 06:44:22 2006 +0000 +++ b/test/Makefile.am Thu Jan 26 15:42:13 2006 +0000 @@ -33,7 +33,7 @@ test_tools_pass \ time_measure_test \ unionfind_test \ - undir_graph_test \ + ugraph_test \ xy_test \ heap_test @@ -70,7 +70,7 @@ test_tools_pass_SOURCES = test_tools_pass.cc unionfind_test_SOURCES = unionfind_test.cc xy_test_SOURCES = xy_test.cc -undir_graph_test_SOURCES = undir_graph_test.cc +ugraph_test_SOURCES = ugraph_test.cc heap_test_SOURCES = heap_test.cc lp_test_SOURCES = lp_test.cc