test/Makefile.am
changeset 888 f903263902f6
parent 861 30cb42e3e43a
parent 840 7c0ad6bd6a63
child 953 d8ea85825e02
     1.1 --- a/test/Makefile.am	Fri Nov 13 00:39:28 2009 +0100
     1.2 +++ b/test/Makefile.am	Mon Dec 14 06:07:52 2009 +0100
     1.3 @@ -36,6 +36,7 @@
     1.4  	test/min_cost_flow_test \
     1.5  	test/min_mean_cycle_test \
     1.6  	test/path_test \
     1.7 +	test/planarity_test \
     1.8  	test/preflow_test \
     1.9  	test/radix_sort_test \
    1.10  	test/random_test \
    1.11 @@ -85,6 +86,7 @@
    1.12  test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    1.13  test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    1.14  test_path_test_SOURCES = test/path_test.cc
    1.15 +test_planarity_test_SOURCES = test/planarity_test.cc
    1.16  test_preflow_test_SOURCES = test/preflow_test.cc
    1.17  test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    1.18  test_suurballe_test_SOURCES = test/suurballe_test.cc