chiark / gitweb /
regress: Introduce hnonfuzz.c and Ttestinputfd
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 19 Nov 2016 18:19:10 +0000 (18:19 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Jun 2020 15:13:02 +0000 (16:13 +0100)
commitd6286f09c92b303c9b23a463fa40ae3684b9bbd2
treed8692feaf8113dbb6948b80ef9c16d25246d1a94
parente778ac84e508e546317d3a69043d9f3837639511
regress: Introduce hnonfuzz.c and Ttestinputfd

We are going to want to build a fuzzer target binary which will be
very like a playback binary, but provides a bit more wrapping.

For now we introduce hnonfuzz.o and link it into all the
currently-generated executables.

To make it not be an empty translation unit, combine this with:

Break out Ttestinputfd from hplayback.c.m4.

Neither of these changes produce any functional change.  (Ttestinputfd
ends up linked into *_record as well as *_playback but this is of no
consequence.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
regress/Makefile.in
regress/harness.h.m4
regress/hnonfuzz.c [new file with mode: 0644]
regress/hplayback.c.m4