Salome HOME
Management of scripts+args in SALOME shell and TUI (not yet in GUI)
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
index d388e497efda10a9c2319948c66025079c074cd5..1e563744ff76c2ab647c6a3e1a5944855172bcf0 100755 (executable)
@@ -17,6 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+ADD_SUBDIRECTORY(tests)
+
 # ===============================================================
 # Files to be installed
 # ===============================================================
 # These files are executable scripts
 SET(SCRIPTS
   envd
-  searchFreePort.sh
   runRemote.sh
   runAppli
   runConsole
   runSession
   runSalomeScript
-  runTests
   .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_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS}/appliskel)
+SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)