Set analysis.nopskip to false for fuzz tests (#5776)
This commit is contained in:
parent
24983985f3
commit
7c01de49d3
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ RZ_API void rz_test_asm_test_output_free(RzAsmTestOutput *out) {
|
|||
}
|
||||
|
||||
RZ_API RzSubprocessOutput *rz_test_run_fuzz_test(RzTestRunConfig *config, RzFuzzTest *test, RzTestCmdRunner runner, void *user) {
|
||||
const char *cmd = "aaa";
|
||||
const char *cmd = "e analysis.nopskip=0; aaa";
|
||||
RzList *files = rz_list_new();
|
||||
rz_list_push(files, test->file);
|
||||
#if ASAN
|
||||
|
|
|
|||
Loading…
Reference in a new issue