test/Makefile.am
changeset 522 22f932bbb305
parent 469 04c0631fd332
child 528 88bd39ef7d98
     1.1 --- a/test/Makefile.am	Mon Feb 23 11:30:15 2009 +0000
     1.2 +++ b/test/Makefile.am	Mon Nov 03 11:59:54 2008 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  	test/dim_test \
     1.5  	test/edge_set_test \
     1.6  	test/error_test \
     1.7 +	test/euler_test \
     1.8  	test/graph_copy_test \
     1.9  	test/graph_test \
    1.10  	test/graph_utils_test \
    1.11 @@ -54,6 +55,7 @@
    1.12  test_dim_test_SOURCES = test/dim_test.cc
    1.13  test_edge_set_test_SOURCES = test/edge_set_test.cc
    1.14  test_error_test_SOURCES = test/error_test.cc
    1.15 +test_euler_test_SOURCES = test/euler_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