Change test to be up to date.
Deprecated test, it should be used rather the heap_test.cc and heap_test.h.
1 AM_CPPFLAGS = -I$(top_srcdir)/src
3 EXTRA_DIST = preflow_graph.dim #input file for preflow_test.cc
33 TESTS = $(check_PROGRAMS)
34 XFAIL_TESTS = test_tools_fail
36 bfs_test_SOURCES = bfs_test.cc
37 dfs_test_SOURCES = dfs_test.cc
38 dijkstra_test_SOURCES = dijkstra_test.cc
39 graph_test_SOURCES = graph_test.cc
40 graph_utils_test_SOURCES = graph_utils_test.cc
41 graph_wrapper_test_SOURCES = graph_wrapper_test.cc
42 kruskal_test_SOURCES = kruskal_test.cc
43 maps_test_SOURCES = maps_test.cc
44 min_cost_flow_test_SOURCES = min_cost_flow_test.cc
45 max_matching_test_SOURCES = max_matching_test.cc
46 suurballe_test_SOURCES = suurballe_test.cc
47 path_test_SOURCES = path_test.cc
48 preflow_test_SOURCES = preflow_test.cc
49 time_measure_test_SOURCES = time_measure_test.cc
50 test_tools_fail_SOURCES = test_tools_fail.cc
51 test_tools_pass_SOURCES = test_tools_pass.cc
52 unionfind_test_SOURCES = unionfind_test.cc
53 xy_test_SOURCES = xy_test.cc
54 undir_graph_test_SOURCES = undir_graph_test.cc