diff -r 97674155c135 -r 924887566bf2 test/Makefile.am --- a/test/Makefile.am Tue Feb 24 06:52:17 2009 +0000 +++ b/test/Makefile.am Fri Feb 20 17:17:17 2009 +0100 @@ -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