COIN-OR::LEMON - Graph Library

Changes in / [332:3f9f3550dbf5:333:9c2a532aa5ef] in lemon-1.2


Ignore:
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r259 r326  
    3636        lemon/maps.h \
    3737        lemon/math.h \
     38        lemon/max_matching.h \
    3839        lemon/path.h \
    3940        lemon/random.h \
  • test/CMakeLists.txt

    r225 r327  
    1717  kruskal_test
    1818  maps_test
     19  max_matching_test
    1920  random_test
    2021  path_test
  • test/Makefile.am

    r228 r327  
    2020        test/kruskal_test \
    2121        test/maps_test \
     22        test/max_matching_test \
    2223        test/random_test \
    2324        test/path_test \
     
    4344test_kruskal_test_SOURCES = test/kruskal_test.cc
    4445test_maps_test_SOURCES = test/maps_test.cc
     46test_max_matching_test_SOURCES = test/max_matching_test.cc
    4547test_path_test_SOURCES = test/path_test.cc
    4648test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset for help on using the changeset viewer.