COIN-OR::LEMON - Graph Library

Changes in / [24:1f781d1f9b79:65:bfbc57a51fbb] in lemon-main


Ignore:
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r10 r65  
    1616
    1717lemon_HEADERS += \
     18        lemon/concept_check.h \
    1819        lemon/dim2.h \
    1920        lemon/random.h \
    2021        lemon/list_graph.h \
     22        lemon/maps.h \
    2123        lemon/tolerance.h
    2224
     
    2527        lemon/bits/utility.h
    2628
    27 concept_HEADERS +=
     29concept_HEADERS += \
     30        lemon/concepts/maps.h
  • test/Makefile.am

    r10 r65  
    77check_PROGRAMS += \
    88        test/dim_test \
     9        test/maps_test \
    910        test/random_test \
    1011        test/test_tools_fail \
     
    1516
    1617test_dim_test_SOURCES = test/dim_test.cc
     18test_maps_test_SOURCES = test/maps_test.cc
    1719test_random_test_SOURCES = test/random_test.cc
    1820test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.