Pin code: add some tests

This commit is contained in:
ganfra 2023-10-18 11:26:02 +02:00
parent 78621e4256
commit 3b73f171d0
14 changed files with 371 additions and 45 deletions

View file

@ -47,6 +47,8 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.cryptography.test)
testImplementation(projects.libraries.cryptography.impl)
ksp(libs.showkase.processor)
}