X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FBasicMainTest.hxx;h=f2b40ad21bbb8e435b71be29e4531fa1692b4849;hb=c4551c56aa89896595842e5b41b048044681b4e8;hp=e1a78e6c9e9b64da4199b7a30f9e7d2917ba0a5b;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/BasicMainTest.hxx b/src/INTERP_KERNELTest/BasicMainTest.hxx index e1a78e6c9..f2b40ad21 100644 --- a/src/INTERP_KERNELTest/BasicMainTest.hxx +++ b/src/INTERP_KERNELTest/BasicMainTest.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -32,7 +32,7 @@ #include #include -#ifndef WIN32 +#if !defined WIN32 && !defined __APPLE__ #include #endif @@ -45,7 +45,7 @@ int main(int argc, char* argv[]) { -#ifndef WIN32 +#if !defined WIN32 && !defined __APPLE__ fpu_control_t cw = _FPU_DEFAULT & ~(_FPU_MASK_IM | _FPU_MASK_ZM | _FPU_MASK_OM); _FPU_SETCW(cw); #endif @@ -57,7 +57,7 @@ int main(int argc, char* argv[]) controller.addListener( &result ); // --- Add a listener that print dots as test run. -#ifdef WIN32 +#if !defined WIN32 && !defined __APPLE__ CPPUNIT_NS::TextTestProgressListener progress; #else CPPUNIT_NS::BriefTestProgressListener progress;