blob: 72a264a87dd2b549a84a5174fdee893afa8efa5c (
plain)
1
2
3
4
5
6
|
cmake-ctest-arguments
---------------------
* A :variable:`CMAKE_CTEST_ARGUMENTS` variable was added to specify a list
of command-line arguments passed to CTest when running through the
``test`` (or ``RUN_TESTS``) target of the generated build system.
|