File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,15 @@ fun Test.setupWasmEdge() {
266
266
testsJar {}
267
267
268
268
projectTests {
269
+ testData(project(" :compiler" ).isolated, " testData/debug" )
270
+ testData(project(" :compiler" ).isolated, " testData/diagnostics" )
271
+ testData(project(" :compiler" ).isolated, " testData/codegen" )
272
+ testData(project(" :compiler" ).isolated, " testData/ir" )
273
+ testData(project(" :compiler" ).isolated, " testData/klib" )
274
+ testData(project(" :js:js.translator" ).isolated, " testData/box" )
275
+ testData(project(" :js:js.translator" ).isolated, " testData/incremental" )
276
+ testData(project(" :js:js.translator" ).isolated, " testData/typescript-export" )
277
+
269
278
testGenerator(" org.jetbrains.kotlin.generators.tests.GenerateWasmTestsKt" )
270
279
271
280
fun wasmProjectTest (taskName : String , skipInLocalBuild : Boolean = false, body : Test .() -> Unit = {}) {
You can’t perform that action at this time.
0 commit comments