Intended for developers to set up their local environment and run the google
test suite from R.
Arguments
- ...
Additional arguments to ctest --test-dir build such as
"--rerun-failed --output-on-failure".
Examples
if (FALSE) { # \dontrun{
setup_and_run_gtest("--rerun-failed --output-on-failure")
} # }