test/Makefile.am
changeset 434 ad483acf1654
parent 426 eac19fb31a09
parent 430 05357da973ce
child 442 ff48c2738fb2
child 491 68fe66e2b34a
child 522 7f8560cb9d65
     1.1 --- a/test/Makefile.am	Tue Dec 02 11:01:48 2008 +0000
     1.2 +++ b/test/Makefile.am	Tue Dec 02 15:33:22 2008 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  	test/dijkstra_test \
     1.5          test/dim_test \
     1.6  	test/error_test \
     1.7 +	test/graph_adaptor_test \
     1.8  	test/graph_copy_test \
     1.9  	test/graph_test \
    1.10  	test/graph_utils_test \
    1.11 @@ -44,6 +45,7 @@
    1.12  test_dijkstra_test_SOURCES = test/dijkstra_test.cc
    1.13  test_dim_test_SOURCES = test/dim_test.cc
    1.14  test_error_test_SOURCES = test/error_test.cc
    1.15 +test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    1.16  test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    1.17  test_graph_test_SOURCES = test/graph_test.cc
    1.18  test_graph_utils_test_SOURCES = test/graph_utils_test.cc