Add ANTLR test config to another json

This commit is contained in:
Ivan 2020-12-23 18:25:05 +03:00 committed by GitHub
parent c005dcdd26
commit 51481c9c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,6 +225,18 @@
"with_coverage": false
}
},
"Functional stateless tests (ANTLR debug)": {
"required_build_properties": {
"compiler": "clang-11",
"package_type": "deb",
"build_type": "debug",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": false
}
},
"Functional stateful tests (release)": {
"required_build_properties": {
"compiler": "clang-11",