COIN-OR::LEMON - Graph Library

source: lemon-1.0/test/Makefile.am @ 9:6ae00527c178

Last change on this file since 9:6ae00527c178 was 8:a1b1d672f37a, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port dim2.h from svn -r3422

File size: 410 bytes
Line 
1EXTRA_DIST += \
2        test/Makefile
3
4noinst_HEADERS += \
5        test/test_tools.h
6 
7check_PROGRAMS += \
8        test/dim_test \
9        test/test_tools_fail \
10        test/test_tools_pass
11 
12TESTS += $(check_PROGRAMS)
13XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
14
15test_dim_test_SOURCES = test/dim_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.