test/Makefile.am
changeset 950 2d583da4ba40
parent 917 4980b05606bd
parent 949 54464584b157
child 966 c8fce9beb46a
     1.1 --- a/test/Makefile.am	Wed Jul 13 15:04:03 2011 +0200
     1.2 +++ b/test/Makefile.am	Thu Aug 04 21:47:29 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/max_cardinality_search_test \
    1.11 @@ -80,9 +81,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