Moved args into test data of cli tests.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/diagnosticsOrder1.kt:$TESTDATA_DIR$/diagnosticsOrder2.kt
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1 @@
|
||||
-help
|
||||
@@ -0,0 +1,4 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/multipleTextRangesInDiagnosticsOrder.kt
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1,8 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/simple.kt
|
||||
-classpath
|
||||
not/existing/path
|
||||
-annotations
|
||||
yet/another/not/existing/path
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1,4 @@
|
||||
-src
|
||||
not/existing/path
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1,6 @@
|
||||
-sourceFiles
|
||||
$TESTDATA_DIR$/simple2js.kt
|
||||
-output
|
||||
$TEMP_DIR$/out.js
|
||||
-outputPostfix
|
||||
not/existing/path
|
||||
@@ -0,0 +1,6 @@
|
||||
-sourceFiles
|
||||
$TESTDATA_DIR$/simple2js.kt
|
||||
-output
|
||||
$TEMP_DIR$/out.js
|
||||
-outputPrefix
|
||||
not/existing/path
|
||||
@@ -0,0 +1,3 @@
|
||||
-printArgs
|
||||
-script
|
||||
$TESTDATA_DIR$/hello.ktscript
|
||||
@@ -0,0 +1,5 @@
|
||||
-printArgs
|
||||
-sourceFiles
|
||||
$TESTDATA_DIR$/simple2js.kt,$TESTDATA_DIR$/warnings.kt
|
||||
-suppress
|
||||
warnings
|
||||
@@ -0,0 +1,4 @@
|
||||
-script
|
||||
$TESTDATA_DIR$/script.ktscript
|
||||
hi
|
||||
there
|
||||
@@ -0,0 +1,4 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/simple.kt
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1,4 @@
|
||||
-sourceFiles
|
||||
$TESTDATA_DIR$/simple2js.kt
|
||||
-output
|
||||
$TEMP_DIR$/out.js
|
||||
@@ -0,0 +1 @@
|
||||
OK
|
||||
@@ -0,0 +1,6 @@
|
||||
-sourceFiles
|
||||
$TESTDATA_DIR$/warnings.kt
|
||||
-suppress
|
||||
WaRnInGs
|
||||
-output
|
||||
$TEMP_DIR$/out.js
|
||||
@@ -0,0 +1,6 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/warnings.kt
|
||||
-suppress
|
||||
warnings
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1,6 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/warnings.kt
|
||||
-suppress
|
||||
WaRnInGs
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1,6 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/wrongAbiVersion.kt
|
||||
-classpath
|
||||
$TESTDATA_DIR$/wrongAbiVersionLib
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
@@ -0,0 +1 @@
|
||||
-wrongArgument
|
||||
@@ -0,0 +1,6 @@
|
||||
-src
|
||||
$TESTDATA_DIR$/wrongKotlinSignature.kt
|
||||
-classpath
|
||||
$TESTDATA_DIR$/wrongKotlinSignatureLib
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
Reference in New Issue
Block a user