COIN-OR::LEMON - Graph Library

source: lemon/test/Makefile.am @ 65:bfbc57a51fbb

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

Merge (redo buggy merge ad7f593399b0)

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