1.1 --- a/test/Makefile.am Mon Jan 12 13:18:03 2009 +0000
1.2 +++ b/test/Makefile.am Mon Jan 12 13:37:37 2009 +0000
1.3 @@ -14,6 +14,7 @@
1.4 test/digraph_test \
1.5 test/dijkstra_test \
1.6 test/dim_test \
1.7 + test/edge_set_test \
1.8 test/error_test \
1.9 test/graph_copy_test \
1.10 test/graph_test \
1.11 @@ -51,6 +52,7 @@
1.12 test_digraph_test_SOURCES = test/digraph_test.cc
1.13 test_dijkstra_test_SOURCES = test/dijkstra_test.cc
1.14 test_dim_test_SOURCES = test/dim_test.cc
1.15 +test_edge_set_test_SOURCES = test/edge_set_test.cc
1.16 test_error_test_SOURCES = test/error_test.cc
1.17 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
1.18 test_graph_test_SOURCES = test/graph_test.cc