Salome HOME
updated copyright message
[modules/kernel.git] / src / UnitTests / CTestTestfileInstall.cmake
index 3674efa58d71707f8c688f2e379f935fd41bb926..96ee04472a8cd78af904c0a450a4c22705794ae3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, 2016  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
@@ -19,7 +19,7 @@
 
 IF(NOT WIN32)
   SET(TEST_NAME ${COMPONENT_NAME}_UnitTests)
-  ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} UnitTests.py)
+  ADD_TEST(${TEST_NAME} ${SALOME_TEST_DRIVER} ${TIMEOUT} UnitTests.py)
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
                                     LABELS "${COMPONENT_NAME}"
                                     ENVIRONMENT "LD_LIBRARY_PATH=${KERNEL_TEST_LIB}:$ENV{LD_LIBRARY_PATH}"