COIN-OR::LEMON - Graph Library

Changeset 1061:2024bf2ecdd6 in lemon for test


Ignore:
Timestamp:
04/15/11 09:37:47 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Build of mip_test and lp_test precede the running of the tests (#419)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r1044 r1061  
    6666  TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS})
    6767  ADD_TEST(lp_test lp_test)
     68  ADD_DEPENDENCIES(check lp_test)
    6869
    6970  IF(WIN32 AND LEMON_HAVE_GLPK)
     
    107108  TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS})
    108109  ADD_TEST(mip_test mip_test)
     110  ADD_DEPENDENCIES(check mip_test)
    109111
    110112  IF(WIN32 AND LEMON_HAVE_GLPK)
Note: See TracChangeset for help on using the changeset viewer.