Salome HOME
Ignore unicode errors from output
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 11eafbe..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
@@ -17,6 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+ADD_SUBDIRECTORY(salome_tester)
 ADD_SUBDIRECTORY(tests)
 
 # ===============================================================
@@ -27,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
 )