2febe04665
When compiling the tests, this warning is reported: $ make check ... warning: ...: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Wdeprecated-declarations] static_assert(::testing::internal::InstantiateTestCase_P_IsDeprecated(), \ ^ test_SupportedFileSystems.cc:625:1: note: in expansion of macro 'INSTANTIATE_TEST_CASE_P' Google Test 1.10.0 release notes [1] say: High Level Changes: This release deprecated "....TEST_CASE" API in favor of "....TEST_SUITE". In a nutshell if you have code that uses something like "INSTANTIATE_TYPED_TEST_CASE_P " - this and all other "*_TEST_CASE " are now deprecated in favor of more standard _TEST_SUITE. Replace the deprecated API with the new API. [1] Google Test release v1.10.0 https://github.com/google/googletest/releases/tag/release-1.10.0 Closes !117 - Require C++11 compilation |
||
---|---|---|
.. | ||
Makefile.am | ||
common.cc | ||
common.h | ||
exclude_loopdev_tests.sh | ||
insertion_operators.cc | ||
insertion_operators.h | ||
makedev.sh | ||
test_BlockSpecial.cc | ||
test_EraseFileSystemSignatures.cc | ||
test_PasswordRAMStore.cc | ||
test_PipeCapture.cc | ||
test_SupportedFileSystems.cc | ||
test_dummy.cc |