COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r939 r948  
    7373  TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS})
    7474  ADD_TEST(lp_test lp_test)
     75  ADD_DEPENDENCIES(check lp_test)
    7576
    7677  IF(WIN32 AND LEMON_HAVE_GLPK)
     
    114115  TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS})
    115116  ADD_TEST(mip_test mip_test)
     117  ADD_DEPENDENCIES(check mip_test)
    116118
    117119  IF(WIN32 AND LEMON_HAVE_GLPK)
Note: See TracChangeset for help on using the changeset viewer.