test/Makefile.am
branch1.1
changeset 1069 b1b534ddb539
parent 696 76cbcb3e9bbb
parent 1067 54464584b157
child 1109 fe5718b39fda
     1.1 --- a/test/Makefile.am	Wed Jul 13 14:40:05 2011 +0200
     1.2 +++ b/test/Makefile.am	Thu Aug 04 21:19:55 2011 +0200
     1.3 @@ -25,6 +25,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 @@ -67,9 +68,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