Fuzz testing debug tool
Add code to run a fuzz tester, simulating (more-or-less) random keyboard mashing. There's no option to turn it on, you need to set iflags.debug_fuzzer on via a debugger or something along those lines.
This commit is contained in:
@@ -389,7 +389,7 @@ boolean resuming;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (iflags.sanity_check)
|
||||
if (iflags.sanity_check || iflags.debug_fuzzer)
|
||||
sanity_check();
|
||||
|
||||
#ifdef CLIPPING
|
||||
|
||||
Reference in New Issue
Block a user