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