COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 774:4297098d9677

Last change on this file since 774:4297098d9677 was 774:4297098d9677, checked in by Alpar Juttner, 20 years ago

Merge back the whole branches/hugo++ to trunk.

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