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 4 line context
... ...
@@ -66,4 +66,5 @@
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)
... ...
@@ -107,4 +108,5 @@
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)
0 comments (0 inline)