moved the common test helper methods into the kool.test package as a reusable library

This commit is contained in:
James Strachan
2012-02-28 11:56:49 +00:00
parent a8435c0fe6
commit 949b2ce070
20 changed files with 361 additions and 354 deletions
+2 -1
View File
@@ -133,7 +133,7 @@
</java>
</target>
<target name="compileTestlib" depends="jarRT">
<target name="compileTestlib" depends="compileKunit">
<mkdir dir="${output}/classes/testlib"/>
<java classname="org.jetbrains.jet.cli.KotlinCompiler" failonerror="true" fork="true">
<classpath>
@@ -157,6 +157,7 @@
<junit printsummary="yes" haltonfailure="true">
<classpath>
<pathelement location="${kotlin-home}/lib/kotlin-runtime.jar"/>
<pathelement location="${kotlin-home}/lib/kotlin-test.jar"/>
<pathelement location="${basedir}/testlib/lib/junit-4.9.jar"/>
<fileset dir="${basedir}/testlib/lib">
<include name="**/*.jar"/>