Salome HOME
Adapt SALOME non-regression test bases for salome test driver
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 99a628c..247ca59
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -28,15 +28,14 @@ ADD_SUBDIRECTORY(tests)
 SET(SCRIPTS
   envd
   runRemote.sh
-  runAppli
-  runConsole
-  runSession
-  runSalomeScript
   .bashrc
   getAppliPath.py
   update_catalogs.py
   kill_remote_containers.py
-  salome # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package)
+  .salome_run # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package)
+  salome # this is the Python wrapper (without .py extension to avoid conflicts when importing salome python package)
+  salome_mesa # this is the Python wrapper using MESA (work around display issue)
+  salome_common.py
   salome_starter.py
   .salome-completion.sh
 )