tests depends on :runtime:build and :backend.native:build
This commit is contained in:
@@ -9,6 +9,11 @@ public class KonanTest extends DefaultTask {
|
|||||||
def llvmLlc = llvmTool("llc")
|
def llvmLlc = llvmTool("llc")
|
||||||
def llvmC = llvmTool("clang")
|
def llvmC = llvmTool("clang")
|
||||||
|
|
||||||
|
public KonanTest(){
|
||||||
|
dependsOn([project.project(":runtime").tasks['build'],
|
||||||
|
project.parent.tasks['build']])
|
||||||
|
}
|
||||||
|
|
||||||
@TaskAction
|
@TaskAction
|
||||||
public void compileBc() {
|
public void compileBc() {
|
||||||
def classpathSs = new DefaultCompositeFileTree(new ArrayList<FileTreeInternal>())
|
def classpathSs = new DefaultCompositeFileTree(new ArrayList<FileTreeInternal>())
|
||||||
|
|||||||
Reference in New Issue
Block a user