Enable running C tests by default

This commit is contained in:
Alexey Andreev 2023-10-02 08:31:37 +02:00
parent 1c56036171
commit eab9254bfe

View File

@ -22,4 +22,5 @@ org.gradle.unsafe.configuration-cache=true
teavm.project.version=0.9.0-SNAPSHOT teavm.project.version=0.9.0-SNAPSHOT
teavm.tests.decodeStack=false teavm.tests.decodeStack=false
teavm.tests.optimized=true teavm.tests.optimized=true
teavm.tests.minified=false teavm.tests.minified=false
teavm.tests.c=true