Added kotlin-test.jar to android module dependency

This commit is contained in:
Michael Bogdanov
2016-04-25 14:52:47 +03:00
parent b092c04145
commit 3858515e44
@@ -92,6 +92,11 @@ public class CodegenTestsOnAndroidGenerator extends UsefulTestCase {
ForTestCompileRuntime.reflectJarForTests(),
new File(pathManager.getLibsFolderInAndroidTmpFolder() + "/kotlin-reflect.jar")
);
FileUtil.copy(
ForTestCompileRuntime.kotlinTestJarForTests(),
new File(pathManager.getLibsFolderInAndroidTmpFolder() + "/kotlin-test.jar")
);
}
private void generateAndSave() throws Throwable {