cb6fb78bc3
Rename some Ant tests: "simple[...]" -> "simpleWithoutStdlib[...]" and "simpleWithStdlib[...]" -> "simple[...]"
15 lines
351 B
Plaintext
Vendored
15 lines
351 B
Plaintext
Vendored
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]
|
|
[copy] Copying 1 file to [Temp]
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: [time]
|
|
|
|
Return code: 0
|