mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-09-10 18:35:45 -05:00
[+] Run tests
This commit is contained in:
@@ -147,7 +147,7 @@ tasks.processResources {
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
enabled = false
|
||||
enabled = project.hasProperty("runTests")
|
||||
useJUnitPlatform()
|
||||
jvmArgs("-Dkotest.assertions.collection.print.size=100")
|
||||
}
|
||||
|
||||
5
docs/dev/testing.md
Normal file
5
docs/dev/testing.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
```
|
||||
gradle test -PrunTests --tests Mai2Test
|
||||
```
|
||||
Reference in New Issue
Block a user