test/Makefile.am
changeset 2040 c7bd55c0d820
parent 2025 93fcadf94ab0
child 2086 3fc072264f77
     1.1 --- a/test/Makefile.am	Thu Apr 06 09:33:29 2006 +0000
     1.2 +++ b/test/Makefile.am	Fri Apr 07 09:51:23 2006 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  	all_pairs_shortest_path_test \
     1.5  	arborescence_test \
     1.6  	bfs_test \
     1.7 +	bipartite_matching_test \
     1.8  	counter_test \
     1.9  	dfs_test \
    1.10  	dijkstra_test \
    1.11 @@ -55,6 +56,7 @@
    1.12  all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc
    1.13  arborescence_test_SOURCES = arborescence_test.cc
    1.14  bfs_test_SOURCES = bfs_test.cc
    1.15 +bipartite_matching_test_SOURCES = bipartite_matching_test.cc
    1.16  counter_test_SOURCES = counter_test.cc
    1.17  dfs_test_SOURCES = dfs_test.cc
    1.18  dijkstra_test_SOURCES = dijkstra_test.cc