commit | ba4d532fee4bbadcdcb7aa52edd12232f30e2fa4 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Jul 28 13:09:30 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Tue Jul 28 15:12:32 2020 -0700 |
tree | e484e52c8906abb021ccc1c1821fc428e678af2a | |
parent | 3d5e0bb649b26a41e7a2ceb9233606c5db6d79be [diff] [blame] |
Suppress gtest error for tests without any instance Bug: 162052785 Test: m -j vts Change-Id: I8c1a48e6fbd7c8161137902b5332911fa0d7b8b3
diff --git a/radio/1.0/vts/functional/VtsHalRadioV1_0TargetTest.cpp b/radio/1.0/vts/functional/VtsHalRadioV1_0TargetTest.cpp index 9d61b52..2d0fe4b 100644 --- a/radio/1.0/vts/functional/VtsHalRadioV1_0TargetTest.cpp +++ b/radio/1.0/vts/functional/VtsHalRadioV1_0TargetTest.cpp
@@ -19,6 +19,7 @@ #include <hidl/ServiceManagement.h> #include <radio_hidl_hal_utils_v1_0.h> +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(RadioHidlTest); INSTANTIATE_TEST_SUITE_P(PerInstance, RadioHidlTest, testing::ValuesIn(android::hardware::getAllHalInstanceNames( ::android::hardware::radio::V1_0::IRadio::descriptor)),