Add CLI test for K/javac project with K/J interdependency
Yet this test fails if JavacWrapper does not add Kotlin output dir to classpath
This commit is contained in:
@@ -346,6 +346,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/javaSrcWrongPackage.args");
|
||||
}
|
||||
|
||||
@TestMetadata("javacKotlinJavaInterdependency.args")
|
||||
public void testJavacKotlinJavaInterdependency() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/javacKotlinJavaInterdependency.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jdkPathDoesNotExist.args")
|
||||
public void testJdkPathDoesNotExist() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/jdkPathDoesNotExist.args");
|
||||
|
||||
Reference in New Issue
Block a user