test/Makefile.am
changeset 763 93cd93e82f9b
parent 649 76cbcb3e9bbb
child 770 432c54cec63c
     1.1 --- a/test/Makefile.am	Thu Aug 06 20:31:04 2009 +0200
     1.2 +++ b/test/Makefile.am	Fri Aug 07 14:52:40 2009 +0200
     1.3 @@ -29,6 +29,7 @@
     1.4  	test/matching_test \
     1.5  	test/min_cost_arborescence_test \
     1.6  	test/min_cost_flow_test \
     1.7 +	test/min_mean_cycle_test \
     1.8  	test/path_test \
     1.9  	test/preflow_test \
    1.10  	test/radix_sort_test \
    1.11 @@ -76,6 +77,7 @@
    1.12  test_matching_test_SOURCES = test/matching_test.cc
    1.13  test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    1.14  test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    1.15 +test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    1.16  test_path_test_SOURCES = test/path_test.cc
    1.17  test_preflow_test_SOURCES = test/preflow_test.cc
    1.18  test_radix_sort_test_SOURCES = test/radix_sort_test.cc