mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Test pattern should be **/*.class under the test directory.
This commit is contained in:
parent
ee6b00df84
commit
b81e42e7e7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import com.beust.kobalt.api.annotation.Directive
|
||||||
class TestConfig(val project: Project) {
|
class TestConfig(val project: Project) {
|
||||||
val testArgs = arrayListOf<String>()
|
val testArgs = arrayListOf<String>()
|
||||||
val jvmArgs = arrayListOf<String>()
|
val jvmArgs = arrayListOf<String>()
|
||||||
val testIncludes = arrayListOf("**/*Test.class")
|
val testIncludes = arrayListOf("**/*.class")
|
||||||
val testExcludes = arrayListOf<String>()
|
val testExcludes = arrayListOf<String>()
|
||||||
|
|
||||||
var name: String = ""
|
var name: String = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue