Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / src / INTERP_KERNELTest / CppUnitTest.hxx
index 8764fa66546aed78d7e5c9a62e536b69d5284caf..57f81824f63afb81fa530f0b012a9a1255e0601e 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 #include <cppunit/extensions/HelperMacros.h>
 
+#include "InterpKernelTestExport.hxx"
+
 /**
  * \brief Class tested by TestBogusClass : not very useful
  */
-class BogusClass {
+class INTERPKERNELTEST_EXPORT BogusClass {
   friend class TestBogusClass;
 
 public:
@@ -41,7 +43,7 @@ private:
  * \brief Class used to figure out CppUnit : not very useful
  *
  */
-class TestBogusClass : public CppUnit::TestFixture
+class INTERPKERNELTEST_EXPORT TestBogusClass : public CppUnit::TestFixture
 {
 
   CPPUNIT_TEST_SUITE( TestBogusClass );