COIN-OR::LEMON - Graph Library

Ignore:
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r106 r101  
    2424        lemon/dim2.h \
    2525        lemon/error.h \
    26         lemon/graph_utils.h \
    27         lemon/kruskal.h \
     26        lemon/graph_utils.h \
    2827        lemon/list_graph.h \
    2928        lemon/maps.h \
     
    3130        lemon/path.h \
    3231        lemon/random.h \
    33         lemon/tolerance.h \
    34         lemon/unionfind.h
     32        lemon/tolerance.h
    3533
    3634bits_HEADERS += \
  • test/Makefile.am

    r106 r100  
    1414        test/dim_test \
    1515        test/graph_test \
    16         test/kruskal_test \
    1716        test/maps_test \
    1817        test/random_test \
    1918        test/path_test \
    2019        test/test_tools_fail \
    21         test/test_tools_pass \
    22         test/unionfind_test
     20        test/test_tools_pass
    2321
    2422TESTS += $(check_PROGRAMS)
     
    3230test_graph_test_SOURCES = test/graph_test.cc
    3331# test_heap_test_SOURCES = test/heap_test.cc
    34 test_kruskal_test_SOURCES = test/kruskal_test.cc
    3532test_maps_test_SOURCES = test/maps_test.cc
    3633test_path_test_SOURCES = test/path_test.cc
     
    3835test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    3936test_test_tools_pass_SOURCES = test/test_tools_pass.cc
    40 test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracChangeset for help on using the changeset viewer.