ctest_run_scriptΒΆ
Run a ctest -S script.
ctest_run_script([NEW_PROCESS]
<script-file>...
[RETURN_VALUE <result-var>]
)
Runs a script or scripts much like if it was run from ctest -S.
The options are:
NEW_PROCESSRun each script in a separate process.
RETURN_VALUE <result-var>Store in the
<result-var>variable0for success and non-zero on failure.