COIN-OR::LEMON - Graph Library

source: lemon/test/Makefile.am @ 98:c4582fc14f58

Last change on this file since 98:c4582fc14f58 was 96:b55e501a90ee, checked in by Alpar Juttner <alpar@…>, 16 years ago

Path related files ported from svn -r3435
but ItemReader/Writer? for Path (originally belonging to path_utils.h)
hasn't ported yet.

File size: 726 bytes
Line 
1EXTRA_DIST += \
2        test/Makefile
3
4noinst_HEADERS += \
5        test/digraph_test.h \
6        test/map_test.h \
7        test/test_tools.h
8
9check_PROGRAMS += \
10        test/digraph_test \
11        test/dim_test \
12        test/graph_test \
13        test/random_test \
14        test/path_test \
15        test/test_tools_fail \
16        test/test_tools_pass
17
18TESTS += $(check_PROGRAMS)
19XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
20
21test_digraph_test_SOURCES = test/digraph_test.cc
22test_dim_test_SOURCES = test/dim_test.cc
23test_graph_test_SOURCES = test/graph_test.cc
24test_path_test_SOURCES = test/path_test.cc
25test_random_test_SOURCES = test/random_test.cc
26test_test_tools_fail_SOURCES = test/test_tools_fail.cc
27test_test_tools_pass_SOURCES = test/test_tools_pass.cc
Note: See TracBrowser for help on using the repository browser.