COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 809:ea5ae5266285

Last change on this file since 809:ea5ae5266285 was 800:b70a494b4912, checked in by Alpar Juttner, 20 years ago

Move general graph compilation tests to 'src/test/graph_test.h'.

File size: 826 bytes
RevLine 
[542]1AM_CPPFLAGS = -I$(top_srcdir)/src
2
[800]3noinst_HEADERS = test_tools.h graph_test.h
[727]4
[790]5check_PROGRAMS = test_tools_pass test_tools_fail \
6        graph_test \
7        dijkstra_test bfs_test dfs_test \
8        minlengthpaths_test mincostflows_test \
9        unionfind_test xy_test \
10        time_measure_test \
11        error_test
12
[542]13
14TESTS = $(check_PROGRAMS)
[727]15XFAIL_TESTS = test_tools_fail
[542]16
[774]17bfs_test_SOURCES = bfs_test.cc
[780]18dfs_test_SOURCES = dfs_test.cc
[790]19dijkstra_test_SOURCES = dijkstra_test.cc
20error_test_SOURCES = error_test.cc
21graph_test_SOURCES = graph_test.cc
22mincostflows_test_SOURCES = mincostflows_test.cc
23minlengthpaths_test_SOURCES = minlengthpaths_test.cc
24time_measure_test_SOURCES = time_measure_test.cc
25test_tools_fail_SOURCES = test_tools_fail.cc
26test_tools_pass_SOURCES = test_tools_pass.cc
[774]27unionfind_test_SOURCES = unionfind_test.cc
[727]28xy_test_SOURCES = xy_test.cc
29
Note: See TracBrowser for help on using the repository browser.