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 ↑
Show white space 8 line context
... ...
@@ -64,8 +64,9 @@
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)
... ...
@@ -105,8 +106,9 @@
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)
0 comments (0 inline)