COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r1051 r1065  
    7070  TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS})
    7171  ADD_TEST(lp_test lp_test)
     72  ADD_DEPENDENCIES(check lp_test)
    7273
    7374  IF(WIN32 AND LEMON_HAVE_GLPK)
     
    111112  TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS})
    112113  ADD_TEST(mip_test mip_test)
     114  ADD_DEPENDENCIES(check mip_test)
    113115
    114116  IF(WIN32 AND LEMON_HAVE_GLPK)
Note: See TracChangeset for help on using the changeset viewer.