test/Makefile.am
changeset 400 fa341dd6ab23
parent 345 2f64c4a692a8
child 404 59d3aa4f921f
     1.1 --- a/test/Makefile.am	Fri Nov 21 14:42:47 2008 +0000
     1.2 +++ b/test/Makefile.am	Mon Dec 01 14:11:31 2008 +0000
     1.3 @@ -8,6 +8,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 @@ -33,6 +34,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