Salome HOME
Fix return statement for 'salome context'
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
index 785287b0fe520151a7df716c7234440557e62d54..ead5db50c4044fbfcbbd39608e5913f690008284 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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,16 +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_starter.py
+  .salome-completion.sh
 )
 
 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)