BuildTools: added tests for ant task Kotlin2JsCompilerTask.

This commit is contained in:
Zalim Bashorov
2013-11-14 16:17:16 +04:00
parent df4850c22f
commit bfa79efaf3
34 changed files with 314 additions and 14 deletions
@@ -0,0 +1,7 @@
<project name="Ant Task Test" default="build">
<taskdef resource="org/jetbrains/jet/buildtools/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
<target name="build">
<kotlin2js src="${test.data}/root1" output="${temp}/out.js"/>
</target>
</project>