test/Makefile.am
changeset 1102 17e36e175725
parent 696 76cbcb3e9bbb
parent 1067 54464584b157
child 1107 2b6bffe0e7e8
child 1109 fe5718b39fda
     1.1 --- a/test/Makefile.am	Tue Nov 01 08:24:30 2011 +0100
     1.2 +++ b/test/Makefile.am	Tue Dec 20 17:35:45 2011 +0100
     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 @@ -70,6 +71,7 @@
    1.12  test_heap_test_SOURCES = test/heap_test.cc
    1.13  test_kruskal_test_SOURCES = test/kruskal_test.cc
    1.14  test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    1.15 +test_lgf_test_SOURCES = test/lgf_test.cc
    1.16  test_lp_test_SOURCES = test/lp_test.cc
    1.17  test_maps_test_SOURCES = test/maps_test.cc
    1.18  test_mip_test_SOURCES = test/mip_test.cc