COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 946:c94ef40a22ce

Last change on this file since 946:c94ef40a22ce was 946:c94ef40a22ce, checked in by Mihaly Barasz, 19 years ago

The graph_factory branch (@ 1321) has been merged to trunk.

File size: 1.2 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 \
10        graph_utils_test.h
[727]11
[810]12check_PROGRAMS = \
13        bfs_test \
14        dfs_test \
15        dijkstra_test \
[790]16        graph_test \
[946]17        graph_utils_test \
[810]18        kruskal_test \
[899]19        min_cost_flow_test \
[946]20        new_graph_test \
[899]21        suurballe_test \
[820]22        path_test \
[833]23        preflow_test \
[810]24        test_tools_fail \
25        test_tools_pass \
[790]26        time_measure_test \
[810]27        unionfind_test \
[946]28        graph_wrapper_test \
[810]29        xy_test
[790]30
[542]31TESTS = $(check_PROGRAMS)
[727]32XFAIL_TESTS = test_tools_fail
[542]33
[774]34bfs_test_SOURCES = bfs_test.cc
[780]35dfs_test_SOURCES = dfs_test.cc
[790]36dijkstra_test_SOURCES = dijkstra_test.cc
37graph_test_SOURCES = graph_test.cc
[946]38graph_utils_test_SOURCES = graph_utils_test.cc
[878]39graph_wrapper_test_SOURCES = graph_wrapper_test.cc
[810]40kruskal_test_SOURCES = kruskal_test.cc
[899]41min_cost_flow_test_SOURCES = min_cost_flow_test.cc
[946]42new_graph_test_SOURCES = new_graph_test.cc
[899]43suurballe_test_SOURCES = suurballe_test.cc
[820]44path_test_SOURCES = path_test.cc
[833]45preflow_test_SOURCES = preflow_test.cc
[790]46time_measure_test_SOURCES = time_measure_test.cc
47test_tools_fail_SOURCES = test_tools_fail.cc
48test_tools_pass_SOURCES = test_tools_pass.cc
[774]49unionfind_test_SOURCES = unionfind_test.cc
[727]50xy_test_SOURCES = xy_test.cc
51
Note: See TracBrowser for help on using the repository browser.