gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Build of mip_test and lp_test precede the running of the tests (#419)
0 1 0
default
1 file changed with 2 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 12 line context
... ...
@@ -62,12 +62,13 @@
62 62
  IF(LEMON_HAVE_CLP)
63 63
    SET(LP_TEST_LIBS ${LP_TEST_LIBS} ${COIN_CLP_LIBRARIES})
64 64
  ENDIF()
65 65

	
66 66
  TARGET_LINK_LIBRARIES(lp_test ${LP_TEST_LIBS})
67 67
  ADD_TEST(lp_test lp_test)
68
  ADD_DEPENDENCIES(check lp_test)
68 69

	
69 70
  IF(WIN32 AND LEMON_HAVE_GLPK)
70 71
    GET_TARGET_PROPERTY(TARGET_LOC lp_test LOCATION)
71 72
    GET_FILENAME_COMPONENT(TARGET_PATH ${TARGET_LOC} PATH)
72 73
    ADD_CUSTOM_COMMAND(TARGET lp_test POST_BUILD
73 74
      COMMAND ${CMAKE_COMMAND} -E copy ${GLPK_BIN_DIR}/glpk.dll ${TARGET_PATH}
... ...
@@ -103,12 +104,13 @@
103 104
  IF(LEMON_HAVE_CBC)
104 105
    SET(MIP_TEST_LIBS ${MIP_TEST_LIBS} ${COIN_CBC_LIBRARIES})
105 106
  ENDIF()
106 107

	
107 108
  TARGET_LINK_LIBRARIES(mip_test ${MIP_TEST_LIBS})
108 109
  ADD_TEST(mip_test mip_test)
110
  ADD_DEPENDENCIES(check mip_test)
109 111

	
110 112
  IF(WIN32 AND LEMON_HAVE_GLPK)
111 113
    GET_TARGET_PROPERTY(TARGET_LOC mip_test LOCATION)
112 114
    GET_FILENAME_COMPONENT(TARGET_PATH ${TARGET_LOC} PATH)
113 115
    ADD_CUSTOM_COMMAND(TARGET mip_test POST_BUILD
114 116
      COMMAND ${CMAKE_COMMAND} -E copy ${GLPK_BIN_DIR}/glpk.dll ${TARGET_PATH}
0 comments (0 inline)