diff -r a78e5b779b69 -r 62dba6c90f35 test/mip_test.cc --- a/test/mip_test.cc Thu Oct 17 15:08:41 2013 +0200 +++ b/test/mip_test.cc Thu Oct 24 13:04:00 2013 +0200 @@ -32,6 +32,10 @@ #include #endif +#ifdef LEMON_HAVE_MIP +#include +#endif + using namespace lemon; @@ -128,6 +132,14 @@ int main() { +#ifdef LEMON_HAVE_MIP + { + Mip mip1; + aTest(mip1); + cloneTest(); + } +#endif + #ifdef LEMON_HAVE_GLPK { GlpkMip mip1;