test/Makefile.am
changeset 410 eac19fb31a09
parent 404 59d3aa4f921f
child 418 ad483acf1654
     1.1 --- a/test/Makefile.am	Mon Dec 01 23:12:16 2008 +0100
     1.2 +++ b/test/Makefile.am	Mon Dec 01 23:15:15 2008 +0100
     1.3 @@ -21,6 +21,7 @@
     1.4  	test/graph_utils_test \
     1.5  	test/heap_test \
     1.6  	test/kruskal_test \
     1.7 +	test/hao_orlin_test \
     1.8          test/maps_test \
     1.9  	test/max_matching_test \
    1.10          test/random_test \
    1.11 @@ -48,6 +49,7 @@
    1.12  test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    1.13  test_heap_test_SOURCES = test/heap_test.cc
    1.14  test_kruskal_test_SOURCES = test/kruskal_test.cc
    1.15 +test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    1.16  test_maps_test_SOURCES = test/maps_test.cc
    1.17  test_max_matching_test_SOURCES = test/max_matching_test.cc
    1.18  test_path_test_SOURCES = test/path_test.cc