COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 1235:4511c7d91834

Last change on this file since 1235:4511c7d91834 was 1235:4511c7d91834, checked in by Alpar Juttner, 19 years ago

For cygwin compatibility.

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