mirror of
https://github.com/asmjit/asmjit
synced 2026-06-08 13:13:30 +00:00
7836449c30
Removed asmjit_test_opcode (not needed anymore as we have asmjit_test_assembler and asmjit_test_perf)
43 lines
832 B
JSON
43 lines
832 B
JSON
{
|
|
"diagnostics": {
|
|
"asan": { "definitions": ["ASMJIT_SANITIZE=address"] },
|
|
"ubsan": { "definitions": ["ASMJIT_SANITIZE=undefined"] }
|
|
},
|
|
|
|
"valgrind_arguments": [
|
|
"--leak-check=full",
|
|
"--show-reachable=yes",
|
|
"--track-origins=yes"
|
|
],
|
|
|
|
"tests": [
|
|
{
|
|
"cmd": ["asmjit_test_unit", "--quick"],
|
|
"optional": true
|
|
},
|
|
{
|
|
"cmd": ["asmjit_test_assembler", "--quiet"],
|
|
"optional": true
|
|
},
|
|
{
|
|
"cmd": ["asmjit_test_emitters"],
|
|
"optional": true
|
|
},
|
|
{
|
|
"cmd": ["asmjit_test_compiler"],
|
|
"optional": true
|
|
},
|
|
{
|
|
"cmd": ["asmjit_test_instinfo"],
|
|
"optional": true
|
|
},
|
|
{
|
|
"cmd": ["asmjit_test_x86_sections"],
|
|
"optional": true
|
|
},
|
|
{
|
|
"cmd": ["asmjit_test_perf", "--quick"],
|
|
"optional": true
|
|
}
|
|
]
|
|
} |