.
authormarci
Thu, 02 Sep 2004 16:59:30 +0000
changeset 78965c5c7d37578
parent 788 c3187cafcabf
child 790 2b9a43c0d64e
.
src/test/Makefile.am
     1.1 --- a/src/test/Makefile.am	Thu Sep 02 16:56:33 2004 +0000
     1.2 +++ b/src/test/Makefile.am	Thu Sep 02 16:59:30 2004 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  check_PROGRAMS = graph_test dijkstra_test bfs_test dfs_test time_measure_test \
     1.5  	error_test xy_test \
     1.6  	unionfind_test test_tools_pass test_tools_fail \
     1.7 -	minlengthpaths_test mincostflows_test
     1.8 +	mincostflows_test
     1.9  
    1.10  TESTS = $(check_PROGRAMS)
    1.11  XFAIL_TESTS = test_tools_fail
    1.12 @@ -20,6 +20,5 @@
    1.13  xy_test_SOURCES = xy_test.cc
    1.14  test_tools_pass_SOURCES = test_tools_pass.cc
    1.15  test_tools_fail_SOURCES = test_tools_fail.cc
    1.16 -minlengthpaths_test_SOURCES = minlengthpaths_test.cc
    1.17  mincostflows_test_SOURCES = mincostflows_test.cc
    1.18