ctest_run_script ---------------- Run a :option:`ctest -S` script. .. code-block:: cmake ctest_run_script([NEW_PROCESS] ... [RETURN_VALUE ] ) Runs a script or scripts much like if it was run from :option:`ctest -S`. The options are: ``NEW_PROCESS`` Run each script in a separate process. ``RETURN_VALUE `` Store in the ```` variable ``0`` for success and non-zero on failure.