]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Support new env variable for tests : SALOME_TESTS_PATH and SALOME_TESTS_DIRECTORY
authorGilles DAVID <gilles-g.david@edf.fr>
Wed, 24 Apr 2024 12:31:56 +0000 (14:31 +0200)
committerGilles DAVID <gilles-g.david@edf.fr>
Tue, 7 May 2024 15:41:02 +0000 (17:41 +0200)
commit951b66a6f225464b3019c60e9dafd99ef67d9b7a
tree62cee95a2c230f0984fa91dc817afaa2d434708f
parent328226aa6c341484466f5dd9056bb543ac8e91a5
Support new env variable for tests : SALOME_TESTS_PATH and SALOME_TESTS_DIRECTORY

SALOME_TESTS_PATH is a list of path separated with a ";" or ":"
If given, a new CtestTestfile.cmake file is created in SALOME_TESTS_DIRECTORY.
If SALOME_TESTS_DIRECTORY is not provided, a temporary directory is created instead.
The temporary directory is deleted after the tests execution.

If SALOME_TESTS_PATH is not provided, the previous behaviour is kept (run tests in ABSOLUTE_APPLI_PATH/bin/salome/test).
bin/runTests.py
bin/salomeContext.py