test/Makefile.am
changeset 770 432c54cec63c
parent 763 93cd93e82f9b
parent 698 f9746e45246e
child 793 7c0ad6bd6a63
     1.1 --- a/test/Makefile.am	Tue Aug 18 10:08:28 2009 +0200
     1.2 +++ b/test/Makefile.am	Thu Nov 05 08:39:49 2009 +0100
     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 @@ -53,6 +54,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