COIN-OR::LEMON - Graph Library

Changeset 948:636dadefe1e6 in lemon for test/Makefile.am


Ignore:
Timestamp:
09/25/09 21:51:36 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Add fractional matching algorithms (#314)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r745 r948  
    2020        test/error_test \
    2121        test/euler_test \
     22        test/fractional_matching_test \
    2223        test/gomory_hu_test \
    2324        test/graph_copy_test \
     
    6667test_error_test_SOURCES = test/error_test.cc
    6768test_euler_test_SOURCES = test/euler_test.cc
     69test_fractional_matching_test_SOURCES = test/fractional_matching_test.cc
    6870test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    6971test_graph_copy_test_SOURCES = test/graph_copy_test.cc
Note: See TracChangeset for help on using the changeset viewer.