Tests in their own module so that they can run on Android with the connectedCheck task

This commit is contained in:
Salomon BRYS
2020-07-02 12:19:29 +02:00
parent ffe4cc41dc
commit 17dd83e476
7 changed files with 109 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
package fr.acinq.secp256k1
import org.junit.Test
import kotlin.test.assertEquals
class AndroidTest {}