implement tests

This commit is contained in:
2025-12-12 16:11:08 +01:00
parent 8f21a346db
commit 26cff5d331
2 changed files with 120 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotl
mac = { module = "com.infendro:mac", version.ref = "mac" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }