[Build] Add generating and running new compiler tests to gradle
This commit is contained in:
@@ -7,6 +7,7 @@ plugins {
|
||||
val depenencyProjects = arrayOf(
|
||||
":generators",
|
||||
":compiler",
|
||||
":compiler:tests-common-new",
|
||||
":js:js.tests",
|
||||
":compiler:tests-java8",
|
||||
":core:descriptors.runtime"
|
||||
@@ -24,4 +25,4 @@ dependencies {
|
||||
sourceSets {
|
||||
"main" { }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
}
|
||||
|
||||
+2
@@ -7,12 +7,14 @@ package org.jetbrains.kotlin.pill.generateAllTests;
|
||||
|
||||
import org.jetbrains.kotlin.generators.tests.*;
|
||||
import org.jetbrains.kotlin.generators.InconsistencyChecker;
|
||||
import org.jetbrains.kotlin.test.generators.GenerateNewCompilerTestsKt;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
GenerateCompilerTestsKt.main(args);
|
||||
GenerateNewCompilerTestsKt.main(args);
|
||||
GenerateTestsKt.main(args);
|
||||
GenerateJsTestsKt.main(args);
|
||||
GenerateJava8TestsKt.main(args);
|
||||
|
||||
Reference in New Issue
Block a user