move some cli tests from CompilerSmokeTest to CliTest
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
for (arg in args) {
|
||||
println(arg)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
hi
|
||||
there
|
||||
OK
|
||||
Reference in New Issue
Block a user