COIN-OR::LEMON - Graph Library

Changeset 2290:f30867b359a8 in lemon-0.x for test/Makefile.am


Ignore:
Timestamp:
11/03/06 15:20:24 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3055
Message:

GraphCopy? and UGraphCopy modifications
Preliminary support for static graphs

=> cloning graphs

Added BpUGraphCopy

Tests for graph copies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r2231 r2290  
    2323        test/edge_set_test \
    2424        test/graph_adaptor_test \
     25        test/graph_copy_test \
    2526        test/graph_test \
    2627        test/graph_utils_test \
     
    6667test_edge_set_test_SOURCES = test/edge_set_test.cc
    6768test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
     69test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    6870test_graph_test_SOURCES = test/graph_test.cc
    6971test_graph_utils_test_SOURCES = test/graph_utils_test.cc
Note: See TracChangeset for help on using the changeset viewer.