test/Makefile.am
changeset 203 215bfc30b14f
parent 200 c0e2c043c060
child 228 b6732e0d38c5
     1.1 --- a/test/Makefile.am	Thu Jul 10 16:13:50 2008 +0200
     1.2 +++ b/test/Makefile.am	Fri Jul 11 15:01:49 2008 +0200
     1.3 @@ -3,7 +3,6 @@
     1.4  
     1.5  noinst_HEADERS += \
     1.6  	test/graph_test.h \
     1.7 -	test/heap_test.h \
     1.8  	test/graph_maps_test.h \
     1.9          test/test_tools.h
    1.10  
    1.11 @@ -18,6 +17,7 @@
    1.12  	test/graph_copy_test \
    1.13  	test/graph_test \
    1.14  	test/graph_utils_test \
    1.15 +	test/heap_test \
    1.16  	test/kruskal_test \
    1.17          test/maps_test \
    1.18          test/random_test \
    1.19 @@ -40,7 +40,7 @@
    1.20  test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    1.21  test_graph_test_SOURCES = test/graph_test.cc
    1.22  test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    1.23 -# test_heap_test_SOURCES = test/heap_test.cc
    1.24 +test_heap_test_SOURCES = test/heap_test.cc
    1.25  test_kruskal_test_SOURCES = test/kruskal_test.cc
    1.26  test_maps_test_SOURCES = test/maps_test.cc
    1.27  test_path_test_SOURCES = test/path_test.cc