mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
wasm gc: enable running tests by default
This commit is contained in:
parent
f64f907b9f
commit
58cef561a3
|
@ -61,7 +61,7 @@ tasks.test {
|
||||||
systemProperty("teavm.junit.wasm.disasm", providers.gradleProperty("teavm.tests.wasm.disasm")
|
systemProperty("teavm.junit.wasm.disasm", providers.gradleProperty("teavm.tests.wasm.disasm")
|
||||||
.orElse("false").get())
|
.orElse("false").get())
|
||||||
|
|
||||||
systemProperty("teavm.junit.wasm-gc", providers.gradleProperty("teavm.tests.wasm-gc").orElse("false").get())
|
systemProperty("teavm.junit.wasm-gc", providers.gradleProperty("teavm.tests.wasm-gc").orElse("true").get())
|
||||||
systemProperty("teavm.junit.wasm-gc.runner", browser)
|
systemProperty("teavm.junit.wasm-gc.runner", browser)
|
||||||
systemProperty("teavm.junit.wasm-gc.disasm", providers.gradleProperty("teavm.tests.wasm-gc.disasm")
|
systemProperty("teavm.junit.wasm-gc.disasm", providers.gradleProperty("teavm.tests.wasm-gc.disasm")
|
||||||
.orElse("false").get())
|
.orElse("false").get())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user