Move compiler scripting tests to scripting plugin, remove unused funs
also remove some tests that are covered in the scripting-compiler tests now. Part of the cleanup to rewrite scripting to the new infrastructure.
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:Import("imp_cycle_2.req1.kts")
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:Import("imp_cycle_1.req1.kts")
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:Import("imp_leaf.req1.kts")
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:Import("leaf.req1.kts")
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
@file:Import("leaf.req1.kts")
|
||||
|
||||
@file:Import("imp_leaf.req1.kts")
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
@file:Import("leaf.req1.kts")
|
||||
|
||||
@file:Import("leaf.req1.kts")
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
|
||||
@file:Import("leaf_with_deps_1.req1.kts")
|
||||
@file:Import("leaf_with_deps_2.req1.kts")
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:Import("imp_self.req1.kts")
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
|
||||
// nothing
|
||||
|
||||
plugins/scripting/scripting-compiler/testData/compiler/collectDependencies/leaf_with_deps_1.req1.kts
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:DependsOn("someDependency1.jar")
|
||||
plugins/scripting/scripting-compiler/testData/compiler/collectDependencies/leaf_with_deps_2.req1.kts
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
@file:DependsOn("someDependency2.jar")
|
||||
Reference in New Issue
Block a user