COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r467 r465  
    3434        test/unionfind_test
    3535
    36 if HAVE_LP
    37 check_PROGRAMS += test/lp_test
    38 endif HAVE_LP
    39 if HAVE_MIP
    40 check_PROGRAMS += test/mip_test
    41 endif HAVE_MIP
    42 
    4336TESTS += $(check_PROGRAMS)
    4437XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
     
    5952test_kruskal_test_SOURCES = test/kruskal_test.cc
    6053test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    61 test_lp_test_SOURCES = test/lp_test.cc
    6254test_maps_test_SOURCES = test/maps_test.cc
    63 test_mip_test_SOURCES = test/mip_test.cc
    6455test_max_matching_test_SOURCES = test/max_matching_test.cc
    6556test_path_test_SOURCES = test/path_test.cc
Note: See TracChangeset for help on using the changeset viewer.