Salome HOME
Tests are now all runnable from BUILD dir only with no install.
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoaderTest2.py
index 7da9d18fa963d5747be95a3deb827fd81db6839b..06cc645d08f78f66ede23570cf04f0eebf117ffc 100644 (file)
@@ -337,4 +337,5 @@ class MEDLoaderTest(unittest.TestCase):
         pass
     pass
 
-unittest.main()
+if __name__ == "__main__":
+  unittest.main()