Salome HOME
Add current directory to esm.launchServer
[modules/kernel.git] / CTestTestfileInstall.cmake.in
index 254fb82f1e3e0701a287b3998271dfd3eaefcc2d..8b338bd0b4abda3e441b1310d1ab9799d1d37531 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2019  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,6 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#SET(SALOME_TEST_DRIVER "$ENV{ABSOLUTE_APPLI_PATH}/bin/salome/appliskel/salome_test_driver.py")
 SET(SALOME_TEST_DRIVER "@CMAKE_INSTALL_PREFIX@/bin/salome/appliskel/salome_test_driver.py")
 
 SET(COMPONENT_NAME KERNEL)
@@ -27,6 +26,7 @@ SET(KERNEL_TEST_LIB "@CMAKE_INSTALL_PREFIX@/@KERNEL_TEST_LIB@")
 
 # Add all test subdirs
 SUBDIRS( Launcher
+         Launcher_SWIG
          LifeCycleCORBA_SWIG
          NamingService
          SALOMELocalTrace
@@ -42,4 +42,5 @@ SUBDIRS( Launcher
          salomeInstance
          salomeCommand
          concurrentSession
+         salomeTest
     )