Add tests for 'jdk' compiler option for CLI, maven and gradle.

This commit is contained in:
Ilya Gorbunov
2016-06-21 19:41:59 +03:00
parent 644df89dc9
commit 13016cae93
11 changed files with 175 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
$TESTDATA_DIR$/simple.kt
-d
$TEMP_DIR$
-jdk
$TESTDATA_DIR$
-no-jdk
+2
View File
@@ -0,0 +1,2 @@
warning: the '-jdk' option with a path to JDK is ignored because '-no-jdk' is specified
OK