test/Makefile.am
changeset 2144 cd8897f67c26
parent 2119 4cf25c61ea65
child 2197 921923afd57a
     1.1 --- a/test/Makefile.am	Mon Jul 17 07:30:56 2006 +0000
     1.2 +++ b/test/Makefile.am	Mon Jul 17 09:00:21 2006 +0000
     1.3 @@ -28,6 +28,7 @@
     1.4  	test/matrix_maps_test \
     1.5  	test/max_matching_test \
     1.6  	test/min_cost_flow_test \
     1.7 +	test/mip_test \
     1.8  	test/path_test \
     1.9  	test/polynomial_test \
    1.10  	test/preflow_test \
    1.11 @@ -70,6 +71,7 @@
    1.12  test_matrix_maps_test_SOURCES = test/matrix_maps_test.cc
    1.13  test_max_matching_test_SOURCES = test/max_matching_test.cc
    1.14  test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    1.15 +test_mip_test_SOURCES = test/mip_test.cc
    1.16  test_path_test_SOURCES = test/path_test.cc
    1.17  test_polynomial_test_SOURCES = test/polynomial_test.cc
    1.18  test_preflow_test_SOURCES = test/preflow_test.cc