CLI tests: add LauncherScriptTest instead of generated 'kotlinc' script tests
The compiler behavior on test data in compiler/testData/cli is already tested with CliTestGenerated, which is 4x faster and does not require to rebuild the compiler jar with 'ant dist'. Leave only several simple tests to check that 'kotlinc', 'kotlinc-jvm' and 'kotlinc-js' scripts work
This commit is contained in:
committed by
Alexander Udalov
parent
04ccca8adc
commit
35a4aeeeba
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
}
|
||||
Reference in New Issue
Block a user