Add initial testing suit

This commit is contained in:
Syer10
2021-04-03 16:42:13 -04:00
parent c8a8ce07e2
commit c0df7d314b
15 changed files with 327 additions and 37 deletions

View File

@@ -80,6 +80,9 @@ dependencies {
// uncomment to test extensions directly
// implementation(fileTree("lib/"))
// Testing
testImplementation(kotlin("test-junit5"))
}
val name = "ir.armor.tachidesk.Main"
@@ -137,6 +140,9 @@ tasks {
)
}
}
test {
useJUnit()
}
}
launch4j { //used for windows