mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Suppress gtest error for tests without any instance
Bug: 162052785 Test: m -j vts Change-Id: I58bc808a82b2128bb8774f762f9b9fcecd2614fb
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user