COIN-OR::LEMON - Graph Library

source: lemon-1.0/test/Makefile.am @ 105:e4948ef6a4ca

Last change on this file since 105:e4948ef6a4ca was 103:b68a7e348e00, checked in by Alpar Juttner <alpar@…>, 16 years ago

Port kruskal() and UnionFind? from svn -r3468

The class type interface of Kruskal has not been ported yet

File size: 918 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/kruskal_test \
14        test/maps_test \
15        test/random_test \
16        test/test_tools_fail \
17        test/test_tools_pass \
18        test/unionfind_test
19
20TESTS += $(check_PROGRAMS)
21XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
22
23test_digraph_test_SOURCES = test/digraph_test.cc
24test_dim_test_SOURCES = test/dim_test.cc
25#test_error_test_SOURCES = test/error_test.cc
26test_graph_test_SOURCES = test/graph_test.cc
27test_kruskal_test_SOURCES = test/kruskal_test.cc
28test_maps_test_SOURCES = test/maps_test.cc
29test_random_test_SOURCES = test/random_test.cc
30test_test_tools_fail_SOURCES = test/test_tools_fail.cc
31test_test_tools_pass_SOURCES = test/test_tools_pass.cc
32test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracBrowser for help on using the repository browser.