test/Makefile.am
changeset 139 701c529ba737
parent 119 82a2639a05bb
child 146 4b42aa24ce12
     1.1 --- a/test/Makefile.am	Mon Apr 21 17:35:12 2008 +0200
     1.2 +++ b/test/Makefile.am	Tue Apr 22 15:04:00 2008 +0200
     1.3 @@ -3,6 +3,7 @@
     1.4  
     1.5  noinst_HEADERS += \
     1.6  	test/digraph_test.h \
     1.7 +	test/graph_utils_test.h \
     1.8  	test/heap_test.h \
     1.9  	test/map_test.h \
    1.10          test/test_tools.h
    1.11 @@ -15,6 +16,7 @@
    1.12          test/dim_test \
    1.13  	test/error_test \
    1.14  	test/graph_test \
    1.15 +	test/graph_utils_test \
    1.16  	test/kruskal_test \
    1.17          test/maps_test \
    1.18          test/random_test \
    1.19 @@ -34,6 +36,7 @@
    1.20  test_dim_test_SOURCES = test/dim_test.cc
    1.21  test_error_test_SOURCES = test/error_test.cc
    1.22  test_graph_test_SOURCES = test/graph_test.cc
    1.23 +test_graph_utils_test_SOURCES = test/graph_utils_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