summaryrefslogtreecommitdiffstats
path: root/Tests/GoogleTest
Commit message (Collapse)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* GoogleTest: Modify test to verify that empty files can be scannedCraig Scott2018-09-102-3/+4
| | | The modified test confirms the bug described in issue #18321.
* GoogleTest: Add support for disabled testsChuck Atkins2017-06-052-1/+29
| | | | Fixes: #10612
* GoogleTest: Expand capabilities of gtest_add_tests()Craig Scott2017-05-158-0/+147
Now has keyword-based arguments (old syntax form is still supported). Discovered tests can have a prefix and/or suffix added to the test names and the list of discovered tests is available to the caller. The working dir can also be set and the dependency on the source files is now optional instead of mandatory.