diff -r fc6c7aab4b8d -r d59dcc933e59 test/Makefile.am --- a/test/Makefile.am Wed Mar 04 13:43:05 2009 +0000 +++ b/test/Makefile.am Wed Mar 04 14:09:45 2009 +0000 @@ -17,6 +17,7 @@ test/edge_set_test \ test/error_test \ test/euler_test \ + test/gomory_hu_test \ test/graph_copy_test \ test/graph_test \ test/graph_utils_test \ @@ -57,6 +58,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_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 test_graph_utils_test_SOURCES = test/graph_utils_test.cc