src/test/Makefile.am
changeset 1206 9c398137c2cb
parent 1094 da32bccc7c4d
child 1216 45f65dd610da
     1.1 --- a/src/test/Makefile.am	Wed Mar 09 14:06:32 2005 +0000
     1.2 +++ b/src/test/Makefile.am	Wed Mar 09 14:10:21 2005 +0000
     1.3 @@ -7,7 +7,8 @@
     1.4  	graph_test.h \
     1.5  	sym_graph_test.h \
     1.6  	map_test.h \
     1.7 -	graph_utils_test.h
     1.8 +	graph_utils_test.h \
     1.9 +	heap_test.h
    1.10  
    1.11  check_PROGRAMS = \
    1.12  	bfs_test \
    1.13 @@ -28,7 +29,8 @@
    1.14  	time_measure_test \
    1.15  	unionfind_test \
    1.16  	undir_graph_test \
    1.17 -	xy_test
    1.18 +	xy_test \
    1.19 +	heap_test
    1.20  
    1.21  TESTS = $(check_PROGRAMS)
    1.22  XFAIL_TESTS = test_tools_fail
    1.23 @@ -52,4 +54,4 @@
    1.24  unionfind_test_SOURCES = unionfind_test.cc
    1.25  xy_test_SOURCES = xy_test.cc
    1.26  undir_graph_test_SOURCES = undir_graph_test.cc
    1.27 -
    1.28 +heap_test_SOURCES = heap_test.cc