test/Makefile.am
changeset 200 c0e2c043c060
parent 171 02f4d5d9bfd7
child 203 215bfc30b14f
     1.1 --- a/test/Makefile.am	Thu Jul 10 16:03:23 2008 +0200
     1.2 +++ b/test/Makefile.am	Thu Jul 10 16:05:56 2008 +0200
     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_copy_test \
     1.8  	test/graph_test \
     1.9  	test/graph_utils_test \
    1.10  	test/kruskal_test \
    1.11 @@ -36,6 +37,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_copy_test_SOURCES = test/graph_copy_test.cc
    1.16  test_graph_test_SOURCES = test/graph_test.cc
    1.17  test_graph_utils_test_SOURCES = test/graph_utils_test.cc
    1.18  # test_heap_test_SOURCES = test/heap_test.cc