X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CTestTestfileInstall.cmake.in;h=6a16e2673d4a4703608109391901483111334ddb;hb=8e3ea0a267f8611c16d61047a23468946a953463;hp=8b338bd0b4abda3e441b1310d1ab9799d1d37531;hpb=ac98a896b733e214e866d1c8e662baeef6912049;p=modules%2Fkernel.git diff --git a/CTestTestfileInstall.cmake.in b/CTestTestfileInstall.cmake.in index 8b338bd0b..6a16e2673 100644 --- a/CTestTestfileInstall.cmake.in +++ b/CTestTestfileInstall.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 CEA/DEN, EDF R&D +# Copyright (C) 2015-2023 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,20 +17,23 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -SET(SALOME_TEST_DRIVER "@CMAKE_INSTALL_PREFIX@/bin/salome/appliskel/salome_test_driver.py") +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) -SET(KERNEL_TEST_LIB "@CMAKE_INSTALL_PREFIX@/@KERNEL_TEST_LIB@") +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