COIN-OR::LEMON - Graph Library

source: lemon/test/Makefile.am @ 57:c1acf0018c0a

Last change on this file since 57:c1acf0018c0a was 57:c1acf0018c0a, checked in by Balazs Dezso <deba@…>, 16 years ago

Port ListDigraph? and ListGraph? from svn -r 3433
Details:

  • port Digraph and Graph concepts
  • port ListDigraph? and ListGraph?
  • port Basic graph constructing tools
  • port Digraph and Graph tests
File size: 616 bytes
Line 
1EXTRA_DIST += \
2        test/Makefile
3
4noinst_HEADERS += \
5        test/test_tools.h
6
7check_PROGRAMS += \
8        test/digraph_test \
9        test/dim_test \
10        test/graph_test \
11        test/random_test \
12        test/test_tools_fail \
13        test/test_tools_pass
14
15TESTS += $(check_PROGRAMS)
16XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
17
18test_digraph_test_SOURCES = test/digraph_test.cc
19test_dim_test_SOURCES = test/dim_test.cc
20test_graph_test_SOURCES = test/graph_test.cc
21test_random_test_SOURCES = test/random_test.cc
22test_test_tools_fail_SOURCES = test/test_tools_fail.cc
23test_test_tools_pass_SOURCES = test/test_tools_pass.cc
Note: See TracBrowser for help on using the repository browser.