Merge "Allow SecureClock tests to pass on devices w/out SecureClock" am: 1a9bbebbca
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1662902 Change-Id: Ie4f4d2503d77764a0912cdcf39f872b387cb1534
This commit is contained in:
commit
d7b3a20f25
1 changed files with 3 additions and 1 deletions
|
@ -185,9 +185,11 @@ TEST_P(SecureClockAidlTest, MacChangesOnChangingTimestamp) {
|
|||
INSTANTIATE_TEST_SUITE_P(PerInstance, SecureClockAidlTest,
|
||||
testing::ValuesIn(SecureClockAidlTest::build_params()),
|
||||
::android::PrintInstanceNameToString);
|
||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(SecureClockAidlTest);
|
||||
|
||||
} // namespace aidl::android::hardware::security::secureclock::test
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue