COIN-OR::LEMON - Graph Library

Changes in / [69:914ffb9b3798:68:a315a588a20d] in lemon-main


Ignore:
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r69 r68  
    1616
    1717lemon_HEADERS += \
    18         lemon/concept_check.h \
    1918        lemon/dim2.h \
    20         lemon/error.h \
    21         lemon/list_graph.h \
    2219        lemon/maps.h \
    2320        lemon/math.h \
    2421        lemon/random.h \
     22        lemon/list_graph.h \
    2523        lemon/tolerance.h
    2624
  • test/Makefile.am

    r67 r58  
    1111        test/dim_test \
    1212        test/graph_test \
    13         test/maps_test \
    1413        test/random_test \
    1514        test/test_tools_fail \
     
    2120test_digraph_test_SOURCES = test/digraph_test.cc
    2221test_dim_test_SOURCES = test/dim_test.cc
    23 #test_error_test_SOURCES = test/error_test.cc
    2422test_graph_test_SOURCES = test/graph_test.cc
    25 test_maps_test_SOURCES = test/maps_test.cc
    2623test_random_test_SOURCES = test/random_test.cc
    2724test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.