COIN-OR::LEMON - Graph Library

Changeset 522:22f932bbb305 in lemon-1.2 for test


Ignore:
Timestamp:
11/03/08 12:59:54 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Test for euler.h (#65)

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r512 r522  
    2121  edge_set_test
    2222  error_test
     23  euler_test
    2324  graph_copy_test
    2425  graph_test
  • test/Makefile.am

    r469 r522  
    1717        test/edge_set_test \
    1818        test/error_test \
     19        test/euler_test \
    1920        test/graph_copy_test \
    2021        test/graph_test \
     
    5556test_edge_set_test_SOURCES = test/edge_set_test.cc
    5657test_error_test_SOURCES = test/error_test.cc
     58test_euler_test_SOURCES = test/euler_test.cc
    5759test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    5860test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset for help on using the changeset viewer.