diff -r 6d5f547e5bfb -r 30cb42e3e43a test/Makefile.am --- a/test/Makefile.am Mon Aug 31 20:27:38 2009 +0200 +++ b/test/Makefile.am Wed Sep 09 15:32:03 2009 +0200 @@ -31,6 +31,7 @@ test/min_cost_arborescence_test \ test/min_cost_flow_test \ test/path_test \ + test/planarity_test \ test/preflow_test \ test/radix_sort_test \ test/random_test \ @@ -79,6 +80,7 @@ test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc test_path_test_SOURCES = test/path_test.cc +test_planarity_test_SOURCES = test/planarity_test.cc test_preflow_test_SOURCES = test/preflow_test.cc test_radix_sort_test_SOURCES = test/radix_sort_test.cc test_suurballe_test_SOURCES = test/suurballe_test.cc