COIN-OR::LEMON - Graph Library

source: lemon/test/Makefile.am @ 4:3f411aa35bd7

Last change on this file since 4:3f411aa35bd7 was 4:3f411aa35bd7, checked in by Alpar Juttner <alpar@…>, 16 years ago

Add test_tool_fail and test_tool_pass

All graph related things was temporarily removed from test_tools.h

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