COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r840 r863  
    3737        test/min_mean_cycle_test \
    3838        test/path_test \
     39        test/planarity_test \
    3940        test/preflow_test \
    4041        test/radix_sort_test \
     
    8687test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    8788test_path_test_SOURCES = test/path_test.cc
     89test_planarity_test_SOURCES = test/planarity_test.cc
    8890test_preflow_test_SOURCES = test/preflow_test.cc
    8991test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset for help on using the changeset viewer.