Salome HOME
updated copyright message
[modules/shaper.git] / src / ConnectorAPI / Test / testme.py
index 87a90dad7ce26ebf6c8547eaf68defa0ec67f4e2..2dea5657ca1774f5e539f968618691666f130e8d 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -31,7 +31,7 @@ class SalomeSession(object):
             pass
         sys.argv  = [run_script]
         sys.argv += ["--terminal"]
-        sys.argv += ["--modules=SHAPER,GEOM"]
+        sys.argv += ["--modules=SHAPER,GEOM,SHAPERSTUDY,SMESH"]
         sys.argv += ["%s" % script]
         if sys.platform == 'win32':
             main_module_path = sys.modules['__main__'].__file__