COIN-OR::LEMON - Graph Library

source: lemon-main/test/Makefile.am @ 53:afb5325d6211

Last change on this file since 53:afb5325d6211 was 32:ad7f593399b0, checked in by Alpar Juttner <alpar@…>, 16 years ago

Merge

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