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 6 line context
... ...
@@ -65,6 +65,7 @@
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)
... ...
@@ -106,6 +107,7 @@
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)
0 comments (0 inline)