Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
Add tester class
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomsdayrs committed Nov 8, 2021
1 parent 2ccd062 commit 6e3955a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/test/kotlin/ExtensionTesterTest.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import org.junit.Test
import kotlin.time.ExperimentalTime

/**
* extension-tester
* 08 / 11 / 2021
*/
class ExtensionTesterTest {

@Test
@ExperimentalTime
fun testProgram() {
main(arrayOf(
"-r",
"../shosetsuorg.extensions/",
"../shosetsuorg.extensions/src/en/FastNovel.lua",
"--version"
))
}
}

0 comments on commit 6e3955a

Please sign in to comment.