fix test running

This commit is contained in:
Bixilon 2022-11-14 16:08:45 +01:00
parent c85b73c793
commit 5542635b9e
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -133,7 +133,7 @@ when (os) {
testing {
suites {
getting(JvmTestSuite::class) {
val test by getting(JvmTestSuite::class) {
testType.set(TestSuiteType.UNIT_TEST)
useJUnitJupiter("5.9.1")
@ -173,7 +173,7 @@ testing {
}
registering(JvmTestSuite::class) {
val integrationTest by registering(JvmTestSuite::class) {
testType.set(TestSuiteType.INTEGRATION_TEST)
useTestNG("7.6.1")
@ -220,7 +220,7 @@ testing {
}
}
}
registering(JvmTestSuite::class) {
val benchmark by registering(JvmTestSuite::class) {
testType.set(TestSuiteType.PERFORMANCE_TEST)
useTestNG("7.6.1")