COIN-OR::LEMON - Graph Library

source: lemon/test/Makefile.am @ 25:751cd8f9bb1c

Last change on this file since 25:751cd8f9bb1c was 25:751cd8f9bb1c, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port general map related stuff from svn -r3424 + minor changes

File size: 413 bytes
RevLine 
[1]1EXTRA_DIST += \
2        test/Makefile
3
[4]4noinst_HEADERS += \
5        test/test_tools.h
6 
7check_PROGRAMS += \
[25]8        test/maps_test \
[4]9        test/test_tools_fail \
10        test/test_tools_pass
11 
[1]12TESTS += $(check_PROGRAMS)
13XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
[4]14
[25]15test_maps_test_SOURCES = test/maps_test.cc
[4]16test_test_tools_fail_SOURCES = test/test_tools_fail.cc
17test_test_tools_pass_SOURCES = test/test_tools_pass.cc
Note: See TracBrowser for help on using the repository browser.