Pill: Add "Generate All Tests" run configuration

This commit is contained in:
Yan Zhulanow
2018-02-15 23:40:11 +03:00
parent 55164660a8
commit e7a2743dcf
7 changed files with 261 additions and 18 deletions
@@ -0,0 +1,15 @@
apply { plugin("kotlin") }
apply { plugin("jps-compatible") }
dependencies {
jpsTest(project(":generators", configuration = "jpsTest"))
jpsTest(project(":compiler", configuration = "jpsTest"))
jpsTest(project(":js:js.tests", configuration = "jpsTest"))
jpsTest(project(":compiler:tests-java8", configuration = "jpsTest"))
}
sourceSets {
"main" { }
"test" { projectDefault() }
}