JS: add tests for two libraries and js-file with two modules

This commit is contained in:
Michael Nedzelsky
2015-04-17 16:07:06 +03:00
parent 5daf79d2de
commit 3dce96e01c
11 changed files with 165 additions and 0 deletions
@@ -0,0 +1,14 @@
OUT:
Buildfile: [TestData]/build.xml
build:
[mkdir] Created dir: [Temp]/lib
[kotlin2js] Compiling [[TestData]/jslib-example1] => [[Temp]/lib/jslib-example1.js]
[kotlin2js] Compiling [[TestData]/jslib-example2] => [[Temp]/lib/jslib-example2.js]
[kotlin2js] Compiling [[TestData]/root1] => [[Temp]/out.js]
[copy] Copying 4 files to [Temp]
BUILD SUCCESSFUL
Total time: [time]
Return code: 0