test/Makefile.am
changeset 726 3fc2a801c39e
parent 649 76cbcb3e9bbb
child 770 432c54cec63c
child 797 30cb42e3e43a
child 869 636dadefe1e6
     1.1 --- a/test/Makefile.am	Fri Sep 25 12:24:16 2009 +0200
     1.2 +++ b/test/Makefile.am	Sat Sep 26 07:08:10 2009 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  
     1.5  check_PROGRAMS += \
     1.6  	test/adaptors_test \
     1.7 +	test/bellman_ford_test \
     1.8  	test/bfs_test \
     1.9  	test/circulation_test \
    1.10  	test/connectivity_test \
    1.11 @@ -52,6 +53,7 @@
    1.12  XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1.13  
    1.14  test_adaptors_test_SOURCES = test/adaptors_test.cc
    1.15 +test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc
    1.16  test_bfs_test_SOURCES = test/bfs_test.cc
    1.17  test_circulation_test_SOURCES = test/circulation_test.cc
    1.18  test_counter_test_SOURCES = test/counter_test.cc