COIN-OR::LEMON - Graph Library

Changeset 57:c1acf0018c0a in lemon for test


Ignore:
Timestamp:
01/20/08 20:43:48 (16 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

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
Location:
test
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r32 r57  
    66
    77check_PROGRAMS += \
     8        test/digraph_test \
    89        test/dim_test \
     10        test/graph_test \
    911        test/random_test \
    1012        test/test_tools_fail \
     
    1416XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    1517
     18test_digraph_test_SOURCES = test/digraph_test.cc
    1619test_dim_test_SOURCES = test/dim_test.cc
     20test_graph_test_SOURCES = test/graph_test.cc
    1721test_random_test_SOURCES = test/random_test.cc
    1822test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.