diff options
author | Jack Morrison <jackmorrison1@gmail.com> | 2014-04-01 13:21:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-04-01 13:48:20 (GMT) |
commit | 2e2939c365292d1771d5dd6d2cd8f04e3d2aea44 (patch) | |
tree | 66dc2bc6bae5194096888e7900236ba8bbd92896 /Modules/CMakeConfigurableFile.in | |
parent | e3e1ba3f781c621835dc5e46783fecb6ccaad127 (diff) | |
download | CMake-2e2939c365292d1771d5dd6d2cd8f04e3d2aea44.zip CMake-2e2939c365292d1771d5dd6d2cd8f04e3d2aea44.tar.gz CMake-2e2939c365292d1771d5dd6d2cd8f04e3d2aea44.tar.bz2 |
FindGTest: Teach GTEST_ADD_TESTS about TEST_P
Previously the GTEST_ADD_TESTS function would miss parameterized tests
because it only considered TEST and TEST_F. Add TEST_P to the list of
considered tests and will run all instantiations of this parameterized
test together.
This is perhaps not as correct as searching for all instantiations of
this parameterized test and separating those into separate runs, but
this will at least run tests that were previously missing.
For reference: https://code.google.com/p/googletest/wiki/Documentation
Diffstat (limited to 'Modules/CMakeConfigurableFile.in')
0 files changed, 0 insertions, 0 deletions