test/Makefile.am
changeset 345 2f64c4a692a8
parent 327 91d63b8b1a4c
child 389 660db48f324f
child 400 fa341dd6ab23
     1.1 --- a/test/Makefile.am	Tue Oct 28 18:33:51 2008 +0100
     1.2 +++ b/test/Makefile.am	Tue Oct 28 18:39:53 2008 +0000
     1.3 @@ -1,5 +1,6 @@
     1.4  EXTRA_DIST += \
     1.5 -	test/CMakeLists.txt
     1.6 +	test/CMakeLists.txt \
     1.7 +        test/min_cost_flow_test.lgf
     1.8  
     1.9  noinst_HEADERS += \
    1.10  	test/graph_test.h \
    1.11 @@ -22,6 +23,7 @@
    1.12  	test/max_matching_test \
    1.13          test/random_test \
    1.14          test/path_test \
    1.15 +        test/suurballe_test \
    1.16          test/test_tools_fail \
    1.17          test/test_tools_pass \
    1.18          test/time_measure_test \
    1.19 @@ -45,6 +47,7 @@
    1.20  test_maps_test_SOURCES = test/maps_test.cc
    1.21  test_max_matching_test_SOURCES = test/max_matching_test.cc
    1.22  test_path_test_SOURCES = test/path_test.cc
    1.23 +test_suurballe_test_SOURCES = test/suurballe_test.cc
    1.24  test_random_test_SOURCES = test/random_test.cc
    1.25  test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    1.26  test_test_tools_pass_SOURCES = test/test_tools_pass.cc