Re-enable DynamicKonanTest in backend.native:tests:run
This commit is contained in:
committed by
alexander-gorshenev
parent
33d895fcf7
commit
5df150dc14
@@ -544,6 +544,8 @@ class LinkKonanTest extends KonanTest {
|
|||||||
class DynamicKonanTest extends KonanTest {
|
class DynamicKonanTest extends KonanTest {
|
||||||
protected String cSource
|
protected String cSource
|
||||||
|
|
||||||
|
public def inDevelopersRun = true
|
||||||
|
|
||||||
void compileTest(List<String> filesToCompile, String exe) {
|
void compileTest(List<String> filesToCompile, String exe) {
|
||||||
def libname = "testlib"
|
def libname = "testlib"
|
||||||
def dylib = "$outputDirectory/$libname"
|
def dylib = "$outputDirectory/$libname"
|
||||||
|
|||||||
Reference in New Issue
Block a user