test/Makefile.am
changeset 414 05357da973ce
parent 389 660db48f324f
child 418 ad483acf1654
     1.1 --- a/test/Makefile.am	Sun Nov 30 09:39:34 2008 +0000
     1.2 +++ b/test/Makefile.am	Sun Nov 30 18:57:18 2008 +0100
     1.3 @@ -15,6 +15,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 @@ -41,6 +42,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