COIN-OR::LEMON - Graph Library

Changeset 200:c0e2c043c060 in lemon-1.2 for test


Ignore:
Timestamp:
07/10/08 16:05:56 (16 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Porting graph_copy_test.cc from SVN 3498

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r171 r200  
    1111  dim_test
    1212  error_test
     13  graph_copy_test
    1314  graph_test
    1415  graph_utils_test
  • test/Makefile.am

    r171 r200  
    1616        test/dim_test \
    1717        test/error_test \
     18        test/graph_copy_test \
    1819        test/graph_test \
    1920        test/graph_utils_test \
     
    3738test_dim_test_SOURCES = test/dim_test.cc
    3839test_error_test_SOURCES = test/error_test.cc
     40test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    3941test_graph_test_SOURCES = test/graph_test.cc
    4042test_graph_utils_test_SOURCES = test/graph_utils_test.cc
Note: See TracChangeset for help on using the changeset viewer.