JS backend: add cli test for creating metadata and ant test for library with metadata

This commit is contained in:
Michael Nedzelsky
2015-01-20 18:36:14 +03:00
parent 0050c9888d
commit 33cdf8c969
10 changed files with 90 additions and 0 deletions
@@ -0,0 +1,13 @@
OUT:
Buildfile: [TestData]/build.xml
build:
[mkdir] Created dir: [Temp]/lib
[kotlin2js] Compiling [[TestData]/jslib-example] => [[Temp]/lib/jslib-example.js]
[kotlin2js] Compiling [[TestData]/root1] => [[Temp]/out.js]
[copy] Copying 2 files to [Temp]
BUILD SUCCESSFUL
Total time: [time]
Return code: 0