test/Makefile.am
changeset 389 660db48f324f
parent 345 2f64c4a692a8
child 404 59d3aa4f921f
child 414 05357da973ce
     1.1 --- a/test/Makefile.am	Fri Nov 21 10:49:39 2008 +0000
     1.2 +++ b/test/Makefile.am	Fri Nov 21 14:11:29 2008 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  EXTRA_DIST += \
     1.5  	test/CMakeLists.txt \
     1.6 -        test/min_cost_flow_test.lgf
     1.7 +        test/min_cost_flow_test.lgf \
     1.8 +        test/preflow_graph.lgf
     1.9  
    1.10  noinst_HEADERS += \
    1.11  	test/graph_test.h \
    1.12 @@ -23,6 +24,7 @@
    1.13  	test/max_matching_test \
    1.14          test/random_test \
    1.15          test/path_test \
    1.16 +        test/preflow_test \
    1.17          test/suurballe_test \
    1.18          test/test_tools_fail \
    1.19          test/test_tools_pass \
    1.20 @@ -47,6 +49,7 @@
    1.21  test_maps_test_SOURCES = test/maps_test.cc
    1.22  test_max_matching_test_SOURCES = test/max_matching_test.cc
    1.23  test_path_test_SOURCES = test/path_test.cc
    1.24 +test_preflow_test_SOURCES = test/preflow_test.cc
    1.25  test_suurballe_test_SOURCES = test/suurballe_test.cc
    1.26  test_random_test_SOURCES = test/random_test.cc
    1.27  test_test_tools_fail_SOURCES = test/test_tools_fail.cc