test/Makefile.am
changeset 404 59d3aa4f921f
parent 389 660db48f324f
parent 400 fa341dd6ab23
child 410 eac19fb31a09
     1.1 --- a/test/Makefile.am	Mon Dec 01 13:49:55 2008 +0000
     1.2 +++ b/test/Makefile.am	Mon Dec 01 14:18:40 2008 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  
     1.5  check_PROGRAMS += \
     1.6  	test/bfs_test \
     1.7 +        test/circulation_test \
     1.8          test/counter_test \
     1.9  	test/dfs_test \
    1.10  	test/digraph_test \
    1.11 @@ -35,6 +36,7 @@
    1.12  XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1.13  
    1.14  test_bfs_test_SOURCES = test/bfs_test.cc
    1.15 +test_circulation_test_SOURCES = test/circulation_test.cc
    1.16  test_counter_test_SOURCES = test/counter_test.cc
    1.17  test_dfs_test_SOURCES = test/dfs_test.cc
    1.18  test_digraph_test_SOURCES = test/digraph_test.cc