integration tests draft

This commit is contained in:
Leonid Shalupov
2012-04-22 22:38:36 +04:00
parent 75255aebdc
commit 22d601ffcb
5 changed files with 222 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
OUT Usage: org.jetbrains.jet.cli.CompilerArguments
OUT -output [String] output directory
OUT -jar [String] jar file name
OUT -src [String] source file or directory
OUT -module [String] module to compile
OUT -classpath [String] classpath to use when compiling
OUT -includeRuntime [flag]
OUT -stdlib [String] Path to the stdlib.jar
OUT -jdkHeaders [String] Path to the kotlin-jdk-headers.jar
OUT -help (-h) [flag]
OUT -mode [String] Special compiler modes: stubs or jdkHeaders
OUT -tags [flag]
OUT -verbose [flag]
OUT -version [flag]
ERR exec() finished with INTERNAL_ERROR return code
Return code: 2