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
RevLine 
[1]1EXTRA_DIST += \
2        test/Makefile
3
[4]4noinst_HEADERS += \
5        test/test_tools.h
[10]6
[4]7check_PROGRAMS += \
[57]8        test/digraph_test \
[8]9        test/dim_test \
[57]10        test/graph_test \
[10]11        test/random_test \
[4]12        test/test_tools_fail \
13        test/test_tools_pass
[10]14
[1]15TESTS += $(check_PROGRAMS)
16XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
[4]17
[57]18test_digraph_test_SOURCES = test/digraph_test.cc
[8]19test_dim_test_SOURCES = test/dim_test.cc
[57]20test_graph_test_SOURCES = test/graph_test.cc
[10]21test_random_test_SOURCES = test/random_test.cc
[4]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.