COIN-OR::LEMON - Graph Library

Changeset 810:93cd93e82f9b in lemon for test/Makefile.am


Ignore:
Timestamp:
08/07/09 14:52:40 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add a detailed test file for MinMeanCycle? and fix test_tools.h (#179)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r696 r810  
    3030        test/min_cost_arborescence_test \
    3131        test/min_cost_flow_test \
     32        test/min_mean_cycle_test \
    3233        test/path_test \
    3334        test/preflow_test \
     
    7778test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    7879test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
     80test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    7981test_path_test_SOURCES = test/path_test.cc
    8082test_preflow_test_SOURCES = test/preflow_test.cc
Note: See TracChangeset for help on using the changeset viewer.