diff -r 0513ccfea967 -r 636dadefe1e6 test/Makefile.am --- a/test/Makefile.am Sun Sep 20 21:38:24 2009 +0200 +++ b/test/Makefile.am Fri Sep 25 21:51:36 2009 +0200 @@ -19,6 +19,7 @@ test/edge_set_test \ test/error_test \ test/euler_test \ + test/fractional_matching_test \ test/gomory_hu_test \ test/graph_copy_test \ test/graph_test \ @@ -65,6 +66,7 @@ test_edge_set_test_SOURCES = test/edge_set_test.cc test_error_test_SOURCES = test/error_test.cc test_euler_test_SOURCES = test/euler_test.cc +test_fractional_matching_test_SOURCES = test/fractional_matching_test.cc test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc test_graph_copy_test_SOURCES = test/graph_copy_test.cc test_graph_test_SOURCES = test/graph_test.cc