diff -r f47b6c94577e -r 684964884a2e test/Makefile.am
--- a/test/Makefile.am	Sun Aug 02 12:40:20 2009 +0200
+++ b/test/Makefile.am	Fri Sep 25 09:13:03 2009 +0200
@@ -7,6 +7,7 @@
 
 check_PROGRAMS += \
 	test/adaptors_test \
+	test/bellman_ford_test \
 	test/bfs_test \
 	test/circulation_test \
 	test/connectivity_test \
@@ -52,6 +53,7 @@
 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
 
 test_adaptors_test_SOURCES = test/adaptors_test.cc
+test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc
 test_bfs_test_SOURCES = test/bfs_test.cc
 test_circulation_test_SOURCES = test/circulation_test.cc
 test_counter_test_SOURCES = test/counter_test.cc