COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 727:aada518af30f

Last change on this file since 727:aada518af30f was 727:aada518af30f, checked in by Alpar Juttner, 20 years ago
  • Better Makefile.am. (I hope.)
  • Some more tests
File size: 518 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/src
2
3noinst_HEADERS = test_tools.h
4
5check_PROGRAMS = graph_test dijkstra_test time_measure_test error_test xy_test \
6        test_tools_pass test_tools_fail
7
8TESTS = $(check_PROGRAMS)
9XFAIL_TESTS = test_tools_fail
10
11graph_test_SOURCES = graph_test.cc
12dijkstra_test_SOURCES = dijkstra_test.cc
13time_measure_test_SOURCES = time_measure_test.cc
14error_test_SOURCES = error_test.cc
15xy_test_SOURCES = xy_test.cc
16test_tools_pass_SOURCES = test_tools_pass.cc
17test_tools_fail_SOURCES = test_tools_fail.cc
18
Note: See TracBrowser for help on using the repository browser.