commit | ff985a85a8a66fcea861917929e5f103e0d16243 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Wed Jul 29 09:45:03 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Wed Jul 29 09:46:36 2020 -0700 |
tree | 6536eadee7d4a9d30b4b7b3123ff9a582a1334a9 | |
parent | 9eaab747fe2c495a35b24162d6e5ad65e9ced271 [diff] [blame] |
Suppress gtest error for tests without any instance Bug: 162052785 Test: m -j vts Change-Id: I58bc808a82b2128bb8774f762f9b9fcecd2614fb
diff --git a/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp b/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp index 809a3b5..28357a1 100644 --- a/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp +++ b/rebootescrow/aidl/vts/functional/VtsHalRebootEscrowTargetTest.cpp
@@ -123,6 +123,7 @@ rebootescrow->storeKey(KEY_1); } +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(RebootEscrowAidlTest); INSTANTIATE_TEST_SUITE_P( RebootEscrow, RebootEscrowAidlTest, testing::ValuesIn(android::getAidlHalInstanceNames(IRebootEscrow::descriptor)),