summaryrefslogtreecommitdiff
path: root/library/src/test/kotlin/akono/LibraryTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/test/kotlin/akono/LibraryTest.kt')
-rw-r--r--library/src/test/kotlin/akono/LibraryTest.kt16
1 files changed, 16 insertions, 0 deletions
diff --git a/library/src/test/kotlin/akono/LibraryTest.kt b/library/src/test/kotlin/akono/LibraryTest.kt
new file mode 100644
index 00000000..1a16e7e6
--- /dev/null
+++ b/library/src/test/kotlin/akono/LibraryTest.kt
@@ -0,0 +1,16 @@
+/*
+ * This Kotlin source file was generated by the Gradle 'init' task.
+ */
+package akono
+
+import kotlin.test.Test
+import kotlin.test.assertTrue
+import kotlin.test.assertEquals
+
+import akono.AkonoJni
+
+class LibraryTest {
+ @Test fun testSomeLibraryMethod() {
+ assertTrue(true)
+ }
+}