COIN-OR::LEMON - Graph Library

source: lemon-1.2/test/Makefile.am @ 28:e337bdf46777

Last change on this file since 28:e337bdf46777 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
Line 
1EXTRA_DIST += \
2        test/Makefile
3
4noinst_HEADERS += \
5        test/test_tools.h
6 
7check_PROGRAMS += \
8        test/maps_test \
9        test/test_tools_fail \
10        test/test_tools_pass
11 
12TESTS += $(check_PROGRAMS)
13XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
14
15test_maps_test_SOURCES = test/maps_test.cc
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.