Add test-ir-jvm module

This commit is contained in:
Mikhael Bogdanov
2017-11-08 15:52:59 +01:00
parent 598dc1af04
commit ce62991c5a
3 changed files with 52 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apply { plugin("kotlin") }
dependencies {
testCompile(projectTests(":compiler:tests-common"))
testRuntime(projectTests(":compiler"))
}
sourceSets {
"main" { }
"test" { projectDefault() }
}
projectTest {
workingDir = rootDir
}