1.1 --- a/test/Makefile.am Tue Feb 24 06:52:17 2009 +0000
1.2 +++ b/test/Makefile.am Fri Feb 20 17:17:17 2009 +0100
1.3 @@ -17,6 +17,7 @@
1.4 test/edge_set_test \
1.5 test/error_test \
1.6 test/euler_test \
1.7 + test/gomory_hu_test \
1.8 test/graph_copy_test \
1.9 test/graph_test \
1.10 test/graph_utils_test \
1.11 @@ -57,6 +58,7 @@
1.12 test_edge_set_test_SOURCES = test/edge_set_test.cc
1.13 test_error_test_SOURCES = test/error_test.cc
1.14 test_euler_test_SOURCES = test/euler_test.cc
1.15 +test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
1.16 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
1.17 test_graph_test_SOURCES = test/graph_test.cc
1.18 test_graph_utils_test_SOURCES = test/graph_utils_test.cc