Added support project settings in old kotlin2js compiler and made minor refactoring.

This commit is contained in:
Zalim Bashorov
2013-10-16 16:04:24 +04:00
parent fb8c9c2ef9
commit 5a28f4e158
11 changed files with 92 additions and 139 deletions
@@ -201,6 +201,14 @@ public class CliTest {
executeCompilerCompareOutputJVM(new String[] {"-printArgs", "-script", "compiler/testData/cli/hello.ktscript"});
}
@Test
public void printArgumentsWithManyValue() {
executeCompilerCompareOutputJS(new String[] {
"-printArgs",
"-sourceFiles", "compiler/testData/cli/simple2js.kt,compiler/testData/cli/warnings.kt",
"-suppress", "warnings"});
}
@Test
public void nonExistingClassPathAndAnnotationsPath() {
String[] args = {