Salome HOME
[bos #32522][EDF] SALOME on Demand. Added starting salome with only installed on...
[modules/kernel.git] / CTestTestfileInstall.cmake.in
index a520159e929a2a8b8c62d07fa1e77b554ffc990f..f37992157060dc204ec42c519eeb1822175c4929 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2022  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
@@ -18,6 +18,7 @@
 #
 
 SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
+SET(PYTHON_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/python_test_driver.py")
 
 SET(COMPONENT_NAME KERNEL)
 SET(TIMEOUT        200)
@@ -25,12 +26,14 @@ SET(TIMEOUT        200)
 SET(KERNEL_TEST_LIB "$ENV{KERNEL_ROOT_DIR}/@KERNEL_TEST_LIB@")
 
 # Add all test subdirs
-SUBDIRS( Launcher
+SUBDIRS( ArgvKeeper
+         Launcher
          Launcher_SWIG
          LifeCycleCORBA_SWIG
          NamingService
          SALOMELocalTrace
          LifeCycleCORBA
+         Container
          Logger
          SALOMETraceCollector
          KernelHelpers