diff -r dacc4ce9474d -r c7bd55c0d820 test/Makefile.am --- a/test/Makefile.am Thu Apr 06 09:33:29 2006 +0000 +++ b/test/Makefile.am Fri Apr 07 09:51:23 2006 +0000 @@ -15,6 +15,7 @@ all_pairs_shortest_path_test \ arborescence_test \ bfs_test \ + bipartite_matching_test \ counter_test \ dfs_test \ dijkstra_test \ @@ -55,6 +56,7 @@ all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc arborescence_test_SOURCES = arborescence_test.cc bfs_test_SOURCES = bfs_test.cc +bipartite_matching_test_SOURCES = bipartite_matching_test.cc counter_test_SOURCES = counter_test.cc dfs_test_SOURCES = dfs_test.cc dijkstra_test_SOURCES = dijkstra_test.cc