started compiling more of the kotlin library to JS; now testing the String methods in JS
This commit is contained in:
@@ -39,10 +39,22 @@
|
||||
<target>
|
||||
<mkdir dir="${basedir}/target/tests"/>
|
||||
<copy todir="${basedir}/target/tests">
|
||||
<!--
|
||||
<fileset dir="${basedir}/../../stdlib/test/js">
|
||||
<include name="**/*.kt"/>
|
||||
<exclude name="**/*JVM.kt"/>
|
||||
</fileset>
|
||||
-->
|
||||
<!--
|
||||
<fileset dir="${basedir}/../../stdlib/test/dom">
|
||||
<include name="**/*.kt"/>
|
||||
<exclude name="**/DomBuilderTest.kt"/>
|
||||
<exclude name="**/*JVM.kt"/>
|
||||
</fileset>
|
||||
-->
|
||||
<fileset dir="${basedir}/../../stdlib/test">
|
||||
<include name="StringTest.kt"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user