[Wasm] Move compiler tests to :wasm:wasm.tests module

They don't belong in K/JS test module.
This commit is contained in:
Svyatoslav Kuzmich
2023-01-24 12:08:18 +01:00
committed by teamcity
parent 46c8cbe1bb
commit bebb9b1392
21 changed files with 224 additions and 144 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ For example, to debug Kotlin/JS tests, run:
To debug WASM tests, run:
```
./gradlew :js:js.tests:wasmTest -Pfd.kotlin.wasm.debugMode=2
./gradlew :wasm:wasm.tests:test -Pfd.kotlin.wasm.debugMode=2
```
Values of the debug mode: `0` (or `false`), `1` (or `true`), `2`.