test/Makefile.am
changeset 917 4980b05606bd
parent 916 70bee017b584
parent 913 5087694945e4
child 950 2d583da4ba40
child 1035 07682e24c4e8
     1.1 --- a/test/Makefile.am	Mon Nov 15 22:23:35 2010 +0100
     1.2 +++ b/test/Makefile.am	Tue Nov 16 07:46:01 2010 +0100
     1.3 @@ -38,6 +38,7 @@
     1.4  	test/min_cost_arborescence_test \
     1.5  	test/min_cost_flow_test \
     1.6  	test/min_mean_cycle_test \
     1.7 +	test/nagamochi_ibaraki_test \
     1.8  	test/path_test \
     1.9  	test/planarity_test \
    1.10  	test/preflow_test \
    1.11 @@ -91,6 +92,7 @@
    1.12  test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    1.13  test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    1.14  test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    1.15 +test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    1.16  test_path_test_SOURCES = test/path_test.cc
    1.17  test_planarity_test_SOURCES = test/planarity_test.cc
    1.18  test_preflow_test_SOURCES = test/preflow_test.cc