1.1 --- a/test/Makefile.am Thu Aug 20 20:34:30 2009 +0200
1.2 +++ b/test/Makefile.am Fri Sep 25 09:33:09 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