diff -r 3f9f3550dbf5 -r 9c2a532aa5ef test/Makefile.am --- a/test/Makefile.am Wed Oct 22 14:39:04 2008 +0100 +++ b/test/Makefile.am Wed Oct 22 14:41:18 2008 +0100 @@ -19,6 +19,7 @@ test/heap_test \ test/kruskal_test \ test/maps_test \ + test/max_matching_test \ test/random_test \ test/path_test \ test/test_tools_fail \ @@ -42,6 +43,7 @@ test_heap_test_SOURCES = test/heap_test.cc test_kruskal_test_SOURCES = test/kruskal_test.cc test_maps_test_SOURCES = test/maps_test.cc +test_max_matching_test_SOURCES = test/max_matching_test.cc test_path_test_SOURCES = test/path_test.cc test_random_test_SOURCES = test/random_test.cc test_test_tools_fail_SOURCES = test/test_tools_fail.cc