diff options
author | Evgeniy Shcherbina <ixsci@pm.me> | 2022-02-07 07:35:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-07 17:53:17 (GMT) |
commit | 073dd1bd8131a337d3022a6bdc75af0114588093 (patch) | |
tree | 290facbaa5aecdec0537f357ae0be0760298f246 /Help/prop_tgt/CUDA_PTX_COMPILATION.rst | |
parent | f28f738bd2be2ed790bb5b4c794773b7a627d3f2 (diff) | |
download | CMake-073dd1bd8131a337d3022a6bdc75af0114588093.zip CMake-073dd1bd8131a337d3022a6bdc75af0114588093.tar.gz CMake-073dd1bd8131a337d3022a6bdc75af0114588093.tar.bz2 |
GoogleTest: Change format for typed tests
Before it would output a typed test as follows:
Suit/Type.Case
And now it would be:
Suit.Case<Type>
In case of NO_PRETTY_TYPES it would simply use the type number
instead of its text representation:
Suit.Case<0>
The change is introduced to make sure CTest outputs tests in a
similar fashion which is "*Suit.Case*" and angle brackets "<>"
emphasize that we are dealing with a typed (template) kind.
Diffstat (limited to 'Help/prop_tgt/CUDA_PTX_COMPILATION.rst')
0 files changed, 0 insertions, 0 deletions