File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
3
3
id(" java-test-fixtures" )
4
4
id(" jps-compatible" )
5
5
id(" project-tests-convention" )
6
+ id(" test-inputs-check" )
6
7
}
7
8
8
9
project.configureJvmToolchain(JdkMajorVersion .JDK_1_8 )
@@ -30,14 +31,17 @@ sourceSets {
30
31
}
31
32
32
33
projectTests {
33
- testTask(jUnitMode = JUnitMode .JUnit4 ) {
34
- dependsOn(" :dist" )
35
- workingDir = rootDir
36
- }
34
+ testData(project(" :compiler" ).isolated, " testData/loadJava" )
35
+ testData(project(" :compiler" ).isolated, " testData/loadJava8" )
36
+ withJvmStdlibAndReflect()
37
+ withMockJdkAnnotationsJar()
38
+ withMockJdkRuntime()
39
+ withScriptRuntime()
40
+ withTestJar()
41
+ withAnnotations()
37
42
43
+ testTask(jUnitMode = JUnitMode .JUnit4 )
38
44
testGenerator(" org.jetbrains.kotlin.generators.tests.GenerateRuntimeDescriptorTestsKt" )
39
-
40
- withJvmStdlibAndReflect()
41
45
}
42
46
43
47
testsJar()
You can’t perform that action at this time.
0 commit comments