COIN-OR::LEMON - Graph Library

Changeset 357:2f64c4a692a8 in lemon for test/Makefile.am


Ignore:
Timestamp:
10/28/08 19:39:53 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Port Suurballe algorithm from svn -r3512

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r339 r357  
    11EXTRA_DIST += \
    2         test/CMakeLists.txt
     2        test/CMakeLists.txt \
     3        test/min_cost_flow_test.lgf
    34
    45noinst_HEADERS += \
     
    2324        test/random_test \
    2425        test/path_test \
     26        test/suurballe_test \
    2527        test/test_tools_fail \
    2628        test/test_tools_pass \
     
    4648test_max_matching_test_SOURCES = test/max_matching_test.cc
    4749test_path_test_SOURCES = test/path_test.cc
     50test_suurballe_test_SOURCES = test/suurballe_test.cc
    4851test_random_test_SOURCES = test/random_test.cc
    4952test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.