test/Makefile.am
changeset 468 68fe66e2b34a
parent 418 ad483acf1654
child 469 04c0631fd332
     1.1 --- a/test/Makefile.am	Fri Dec 05 13:10:16 2008 +0000
     1.2 +++ b/test/Makefile.am	Mon Dec 08 11:38:02 2008 +0100
     1.3 @@ -15,6 +15,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_adaptor_test \
    1.10  	test/graph_copy_test \
    1.11 @@ -44,6 +45,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_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    1.18  test_graph_copy_test_SOURCES = test/graph_copy_test.cc