test/Makefile.am
changeset 2025 93fcadf94ab0
parent 1977 8ef02f0c4245
child 2040 c7bd55c0d820
     1.1 --- a/test/Makefile.am	Thu Mar 30 15:34:56 2006 +0000
     1.2 +++ b/test/Makefile.am	Fri Mar 31 11:10:44 2006 +0000
     1.3 @@ -13,6 +13,7 @@
     1.4  
     1.5  check_PROGRAMS = \
     1.6  	all_pairs_shortest_path_test \
     1.7 +	arborescence_test \
     1.8  	bfs_test \
     1.9  	counter_test \
    1.10  	dfs_test \
    1.11 @@ -52,6 +53,7 @@
    1.12  XFAIL_TESTS = test_tools_fail$(EXEEXT)
    1.13  
    1.14  all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc
    1.15 +arborescence_test_SOURCES = arborescence_test.cc
    1.16  bfs_test_SOURCES = bfs_test.cc
    1.17  counter_test_SOURCES = counter_test.cc
    1.18  dfs_test_SOURCES = dfs_test.cc