diff options
author | Dan Shi <dshi@google.com> | 2020-07-29 09:45:03 -0700 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2020-07-29 09:46:36 -0700 |
commit | ff985a85a8a66fcea861917929e5f103e0d16243 (patch) | |
tree | 6536eadee7d4a9d30b4b7b3123ff9a582a1334a9 /input | |
parent | 9eaab747fe2c495a35b24162d6e5ad65e9ced271 (diff) |
Suppress gtest error for tests without any instance
Bug: 162052785
Test: m -j vts
Change-Id: I58bc808a82b2128bb8774f762f9b9fcecd2614fb
Diffstat (limited to 'input')
-rw-r--r-- | input/classifier/1.0/vts/functional/VtsHalInputClassifierV1_0TargetTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/classifier/1.0/vts/functional/VtsHalInputClassifierV1_0TargetTest.cpp b/input/classifier/1.0/vts/functional/VtsHalInputClassifierV1_0TargetTest.cpp index ee529c73b0..186e406aca 100644 --- a/input/classifier/1.0/vts/functional/VtsHalInputClassifierV1_0TargetTest.cpp +++ b/input/classifier/1.0/vts/functional/VtsHalInputClassifierV1_0TargetTest.cpp @@ -168,6 +168,7 @@ TEST_P(InputClassifierHidlTest_1_0, Classify_TwoVideoFrames) { classifier->reset(); } +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(InputClassifierHidlTest_1_0); INSTANTIATE_TEST_SUITE_P( PerInstance, InputClassifierHidlTest_1_0, testing::ValuesIn(android::hardware::getAllHalInstanceNames(IInputClassifier::descriptor)), |