]> granicus.if.org Git - nethack/commit
Fuzz testing debug tool
authorPasi Kallinen <paxed@alt.org>
Thu, 8 Nov 2018 13:50:53 +0000 (15:50 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 8 Nov 2018 13:55:49 +0000 (15:55 +0200)
commit0bb67549981d03423ea736d139f828f71359e487
tree8160c327e5e049d49094272b9a2275dc22936138
parent4f541fe21670648b72abfc60e33c7b2418ace4df
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.
14 files changed:
include/extern.h
include/flag.h
src/allmain.c
src/cmd.c
src/do.c
src/end.c
src/mail.c
src/pline.c
src/save.c
src/teleport.c
sys/winnt/nttty.c
win/tty/termcap.c
win/tty/topl.c
win/tty/wintty.c