summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2021-03-18 09:08:16 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2021-03-18 09:08:16 -0600
commitb68b25dd2d3eccc50a9bd58e32b4d070859fa3b1 (patch)
tree53cffb75c77219ebecbbb36f862a2c8f62d7c648 /examples
parent2ab72084c21ac57aa5201d8aadef7043d3c928ea (diff)
downloadsudo-b68b25dd2d3eccc50a9bd58e32b4d070859fa3b1.tar.gz
Rename "fuzz" makefile target to "check-fuzzer".
It's purpose is to run the fuzzers are part of a normal "make check" to avoid bit rot, not to perform a fuzzer run. The fuzz_logsrvd_conf fuzzer was not wired up to "make check" previously.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index ad36673e9..10d0740c5 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -104,9 +104,9 @@ pvs-log-files:
pvs-studio:
-fuzz:
+check-fuzzer:
-check:
+check: check-fuzzer
clean: