COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/Makefile.am @ 711:b6c56353832c

Last change on this file since 711:b6c56353832c was 567:efaa79ee8d14, checked in by Alpar Juttner, 20 years ago

time_measure.cc was renamed to time_measure_test.cc
Add an alternative dijsktra_test.cc

File size: 288 bytes
RevLine 
[542]1AM_CPPFLAGS = -I$(top_srcdir)/src
2
[567]3check_PROGRAMS = graph_test dijkstra_test time_measure_test
[542]4
5TESTS = $(check_PROGRAMS)
6XFAIL_TESTS =
7
[567]8graph_test_SOURCES = graph_test.cc test_tools.h
9dijkstra_test_SOURCES = dijkstra_test.cc test_tools.h
10time_measure_test_SOURCES = time_measure_test.cc
Note: See TracBrowser for help on using the repository browser.