Enable tests for v3.2

OS.set_environment() not available in v3.2 so create a new gut config
file that skips these tests for v3.2.
This commit is contained in:
Leroy Hopson 2021-07-23 22:06:29 +07:00
parent bb18df817d
commit bec14fee14
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 16 additions and 1 deletions

10
test/.gutconfig.3.2.json Normal file
View file

@ -0,0 +1,10 @@
{
"dirs": [
"res://test/unit"
],
"prefix": "",
"suffix": ".test.gd",
"include_subdirs": true,
"log_level": 2,
"should_exit": true
}