1.1 --- a/test/Makefile.am Wed Oct 22 14:39:04 2008 +0100
1.2 +++ b/test/Makefile.am Wed Oct 22 14:41:18 2008 +0100
1.3 @@ -19,6 +19,7 @@
1.4 test/heap_test \
1.5 test/kruskal_test \
1.6 test/maps_test \
1.7 + test/max_matching_test \
1.8 test/random_test \
1.9 test/path_test \
1.10 test/test_tools_fail \
1.11 @@ -42,6 +43,7 @@
1.12 test_heap_test_SOURCES = test/heap_test.cc
1.13 test_kruskal_test_SOURCES = test/kruskal_test.cc
1.14 test_maps_test_SOURCES = test/maps_test.cc
1.15 +test_max_matching_test_SOURCES = test/max_matching_test.cc
1.16 test_path_test_SOURCES = test/path_test.cc
1.17 test_random_test_SOURCES = test/random_test.cc
1.18 test_test_tools_fail_SOURCES = test/test_tools_fail.cc