Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / src / INTERP_KERNELTest / TestInterpKernelUtils.hxx
index 6d249e096591e50441d986fb93bedf11a49d3c9d..8f2a4290f7209ada5dc7729b5297f6184e067de1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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
 #define _TESTINTERPKERNELUTILS_HXX_
 
 #include "InterpKernelTestExport.hxx"
-
 #include <string>
 
-#ifdef WIN32
-# define IK_PATH_SEP std::string("\\")
-#else
-# define IK_PATH_SEP std::string("/")
-#endif
-
 namespace INTERP_TEST
 {
   INTERPKERNELTEST_EXPORT std::string getResourceFile( const std::string& filename, int levelUp=2);