test/Makefile.am
changeset 575 88bd39ef7d98
parent 569 22f932bbb305
parent 522 7f8560cb9d65
child 590 924887566bf2
child 648 e8349c6f12ca
     1.1 --- a/test/Makefile.am	Mon Feb 23 11:52:45 2009 +0000
     1.2 +++ b/test/Makefile.am	Mon Feb 23 12:26:21 2009 +0000
     1.3 @@ -25,6 +25,7 @@
     1.4  	test/kruskal_test \
     1.5  	test/maps_test \
     1.6  	test/max_matching_test \
     1.7 +	test/min_cost_arborescence_test \
     1.8  	test/path_test \
     1.9  	test/preflow_test \
    1.10  	test/radix_sort_test \
    1.11 @@ -66,6 +67,7 @@
    1.12  test_maps_test_SOURCES = test/maps_test.cc
    1.13  test_mip_test_SOURCES = test/mip_test.cc
    1.14  test_max_matching_test_SOURCES = test/max_matching_test.cc
    1.15 +test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_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