Run interop and driver tests in run task

This commit is contained in:
Pavel Punegov
2018-04-11 15:57:21 +03:00
committed by Pavel Punegov
parent 1d0e9e7a67
commit 5e01a09b9a
@@ -441,6 +441,7 @@ class RunStandaloneKonanTest extends KonanTest {
// project.exec + a shell script isolate the jvm
// from IDEA. Use the RunKonanTest instead.
class RunDriverKonanTest extends KonanTest {
public def inDevelopersRun = true
RunDriverKonanTest() {
super()
@@ -478,6 +479,7 @@ class RunDriverKonanTest extends KonanTest {
}
class RunInteropKonanTest extends KonanTest {
public def inDevelopersRun = true
private String interop
private NamedNativeInteropConfig interopConf