Run interop and driver tests in run task
This commit is contained in:
committed by
Pavel Punegov
parent
1d0e9e7a67
commit
5e01a09b9a
@@ -441,6 +441,7 @@ class RunStandaloneKonanTest extends KonanTest {
|
|||||||
// project.exec + a shell script isolate the jvm
|
// project.exec + a shell script isolate the jvm
|
||||||
// from IDEA. Use the RunKonanTest instead.
|
// from IDEA. Use the RunKonanTest instead.
|
||||||
class RunDriverKonanTest extends KonanTest {
|
class RunDriverKonanTest extends KonanTest {
|
||||||
|
public def inDevelopersRun = true
|
||||||
|
|
||||||
RunDriverKonanTest() {
|
RunDriverKonanTest() {
|
||||||
super()
|
super()
|
||||||
@@ -478,6 +479,7 @@ class RunDriverKonanTest extends KonanTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class RunInteropKonanTest extends KonanTest {
|
class RunInteropKonanTest extends KonanTest {
|
||||||
|
public def inDevelopersRun = true
|
||||||
|
|
||||||
private String interop
|
private String interop
|
||||||
private NamedNativeInteropConfig interopConf
|
private NamedNativeInteropConfig interopConf
|
||||||
|
|||||||
Reference in New Issue
Block a user