summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrlando Arbildo <oarbildo@google.com>2024-04-16 02:00:11 +0000
committerOrlando Arbildo <oarbildo@google.com>2024-04-16 02:11:00 +0000
commit13f74f02a0553ca28d56e306172e3873b6798586 (patch)
treea97fa8c15b8c70051b30a10dfa317ce09a555767
parentf8489f52b315c97ba5bd3b342a9b6c432bd364d4 (diff)
downloadsample-13f74f02a0553ca28d56e306172e3873b6798586.tar.gz
Add HwCrypto to trusty unittests
Added HWCrypto rust unittests as a porttest to Trusty. Bug: 284177057 Test: build & run project rust unit tests Change-Id: Ic551e3fba8a691ba25c44c6bf192db3e13242a0e
-rw-r--r--build-config-usertests1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-config-usertests b/build-config-usertests
index ed2ff04..bd24dd9 100644
--- a/build-config-usertests
+++ b/build-config-usertests
@@ -27,6 +27,7 @@
porttest("com.android.trusty.hwrng.bench").type(BENCHMARK),
porttest("com.android.trusty.hwrng.test"),
porttest("com.android.trusty.prebuilts.test"),
+ porttest("com.android.trusty.rust.hwcryptohalserver.test"),
porttest("com.android.trusty.stats.test"),
porttest("com.android.trusty.swaes.bench").type(BENCHMARK),
porttest("com.android.trusty.swspi.test"),