mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Allow uninstantiated WeaverTest
Add back GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST, which I had accidentally removed while merging the AIDL and HIDL tests. I think this is still needed on devices that don't support Weaver at all. Bug: 291284381 Test: atest VtsHalWeaverTargetTest Change-Id: Iac1b4476620e51c645e3ad57444ee386cb879029
This commit is contained in:
@@ -393,6 +393,8 @@ TEST_P(WeaverTest, ReadWithTooLargeKeyFails) {
|
|||||||
EXPECT_EQ(response.status, WeaverReadStatus::FAILED);
|
EXPECT_EQ(response.status, WeaverReadStatus::FAILED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(WeaverTest);
|
||||||
|
|
||||||
// Instantiate the test for each HIDL Weaver service.
|
// Instantiate the test for each HIDL Weaver service.
|
||||||
INSTANTIATE_TEST_SUITE_P(
|
INSTANTIATE_TEST_SUITE_P(
|
||||||
PerHidlInstance, WeaverTest,
|
PerHidlInstance, WeaverTest,
|
||||||
|
|||||||
Reference in New Issue
Block a user