move some cli tests from CompilerSmokeTest to CliTest

This commit is contained in:
Stepan Koltsov
2012-06-14 16:05:16 +04:00
parent e113294185
commit d0cd37528a
7 changed files with 65 additions and 36 deletions
+16
View File
@@ -0,0 +1,16 @@
Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
-jar [String] jar file name
-src [String] source file or directory
-classpath [String] classpath to use when compiling
-includeRuntime [flag]
-stdlib [String] Path to the stdlib.jar
-jdkHeaders [String] Path to the kotlin-jdk-headers.jar
-mode [String] Special compiler modes: stubs or jdkHeaders
-output [String] output directory
-module [String] module to compile
-script [flag]
-tags [flag]
-verbose [flag]
-version [flag]
-help (-h) [flag]
INTERNAL_ERROR
+3
View File
@@ -0,0 +1,3 @@
for (arg in args) {
println(arg)
}
+3
View File
@@ -0,0 +1,3 @@
hi
there
OK