test/Makefile.am
branch1.2
changeset 1070 c8c8801db0a4
parent 953 d8ea85825e02
parent 1067 54464584b157
child 1110 02c93d1f00d7
     1.1 --- a/test/Makefile.am	Wed Jul 13 14:52:22 2011 +0200
     1.2 +++ b/test/Makefile.am	Thu Aug 04 21:33:17 2011 +0200
     1.3 @@ -31,6 +31,7 @@
     1.4  	test/hao_orlin_test \
     1.5  	test/heap_test \
     1.6  	test/kruskal_test \
     1.7 +	test/lgf_test \
     1.8  	test/maps_test \
     1.9  	test/matching_test \
    1.10  	test/min_cost_arborescence_test \
    1.11 @@ -77,9 +78,10 @@
    1.12  test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    1.13  test_graph_test_SOURCES = test/graph_test.cc
    1.14  test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    1.15 +test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    1.16  test_heap_test_SOURCES = test/heap_test.cc
    1.17  test_kruskal_test_SOURCES = test/kruskal_test.cc
    1.18 -test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    1.19 +test_lgf_test_SOURCES = test/lgf_test.cc
    1.20  test_lp_test_SOURCES = test/lp_test.cc
    1.21  test_maps_test_SOURCES = test/maps_test.cc
    1.22  test_mip_test_SOURCES = test/mip_test.cc