COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 1211:73912ba03d83

Last change on this file since 1211:73912ba03d83 was 1206:9c398137c2cb, checked in by Balazs Dezso, 21 years ago

Increase test
Changing test graph

File size: 1.4 KB
RevLine 
[542]1AM_CPPFLAGS = -I$(top_srcdir)/src
2
[895]3EXTRA_DIST = preflow_graph.dim #input file for preflow_test.cc
[843]4
[946]5noinst_HEADERS = \
6        test_tools.h \
7        graph_test.h \
8        sym_graph_test.h \
9        map_test.h \
[1206]10        graph_utils_test.h \
11        heap_test.h
[727]12
[810]13check_PROGRAMS = \
14        bfs_test \
15        dfs_test \
16        dijkstra_test \
[790]17        graph_test \
[970]18        graph_wrapper_test \
[946]19        graph_utils_test \
[810]20        kruskal_test \
[1094]21        max_matching_test \
22        maps_test \
[899]23        min_cost_flow_test \
24        suurballe_test \
[820]25        path_test \
[833]26        preflow_test \
[810]27        test_tools_fail \
28        test_tools_pass \
[790]29        time_measure_test \
[810]30        unionfind_test \
[962]31        undir_graph_test \
[1206]32        xy_test \
33        heap_test
[790]34
[542]35TESTS = $(check_PROGRAMS)
[727]36XFAIL_TESTS = test_tools_fail
[542]37
[774]38bfs_test_SOURCES = bfs_test.cc
[780]39dfs_test_SOURCES = dfs_test.cc
[790]40dijkstra_test_SOURCES = dijkstra_test.cc
41graph_test_SOURCES = graph_test.cc
[946]42graph_utils_test_SOURCES = graph_utils_test.cc
[878]43graph_wrapper_test_SOURCES = graph_wrapper_test.cc
[810]44kruskal_test_SOURCES = kruskal_test.cc
[1041]45maps_test_SOURCES = maps_test.cc
[899]46min_cost_flow_test_SOURCES = min_cost_flow_test.cc
[1094]47max_matching_test_SOURCES = max_matching_test.cc
[899]48suurballe_test_SOURCES = suurballe_test.cc
[820]49path_test_SOURCES = path_test.cc
[833]50preflow_test_SOURCES = preflow_test.cc
[790]51time_measure_test_SOURCES = time_measure_test.cc
52test_tools_fail_SOURCES = test_tools_fail.cc
53test_tools_pass_SOURCES = test_tools_pass.cc
[774]54unionfind_test_SOURCES = unionfind_test.cc
[727]55xy_test_SOURCES = xy_test.cc
[962]56undir_graph_test_SOURCES = undir_graph_test.cc
[1206]57heap_test_SOURCES = heap_test.cc
Note: See TracBrowser for help on using the repository browser.