test/Makefile.am
changeset 649 76cbcb3e9bbb
parent 611 85cb3aa71cce
child 698 f9746e45246e
child 763 93cd93e82f9b
child 937 17e36e175725
     1.1 --- a/test/Makefile.am	Wed May 06 14:44:05 2009 +0200
     1.2 +++ b/test/Makefile.am	Wed May 06 14:46:05 2009 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  	test/adaptors_test \
     1.5  	test/bfs_test \
     1.6  	test/circulation_test \
     1.7 +	test/connectivity_test \
     1.8  	test/counter_test \
     1.9  	test/dfs_test \
    1.10  	test/digraph_test \
    1.11 @@ -54,6 +55,7 @@
    1.12  test_bfs_test_SOURCES = test/bfs_test.cc
    1.13  test_circulation_test_SOURCES = test/circulation_test.cc
    1.14  test_counter_test_SOURCES = test/counter_test.cc
    1.15 +test_connectivity_test_SOURCES = test/connectivity_test.cc
    1.16  test_dfs_test_SOURCES = test/dfs_test.cc
    1.17  test_digraph_test_SOURCES = test/digraph_test.cc
    1.18  test_dijkstra_test_SOURCES = test/dijkstra_test.cc