mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Make test-classes.
This commit is contained in:
parent
61388c2389
commit
e015253f2d
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ abstract class GenericTestRunner : ITestRunnerContributor {
|
|||
else 0
|
||||
|
||||
protected fun findTestClasses(project: Project, testConfig: TestConfig): List<String> {
|
||||
val path = KFiles.joinDir(project.buildDirectory, KFiles.TEST_CLASSES_DIR)
|
||||
val path = KFiles.joinDir(project.buildDirectory, KFiles.TEST_CLASSES_DIR).apply {
|
||||
File(this).mkdirs()
|
||||
}
|
||||
|
||||
val result = IFileSpec.GlobSpec(toClassPaths(testConfig.testIncludes))
|
||||
.toFiles(project.directory, path, testConfig.testExcludes.map {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue