tests: clean up built binaries after running test-fuzz-targets.t
authorAugie Fackler <augie@google.com>
Tue, 17 Sep 2019 15:07:08 -0400
changeset 42948 39cab871e880
parent 42947 0152a907f714
child 42949 3355e0c2845f
tests: clean up built binaries after running test-fuzz-targets.t Most users won't notice a change here because they won't have the fuzzer infra, but by good fortune my workstation has the required bits and keeps leaving the fuzzer binaries around. Differential Revision: https://phab.mercurial-scm.org/D6862
tests/test-fuzz-targets.t
--- a/tests/test-fuzz-targets.t	Tue Sep 17 14:22:22 2019 -0400
+++ b/tests/test-fuzz-targets.t	Tue Sep 17 15:07:08 2019 -0400
@@ -41,3 +41,6 @@
   $ ./bdiff -max_total_time 5
   $ ./mpatch -max_total_time 5
   $ ./xdiff -max_total_time 5
+
+Clean up.
+  $ $MAKE -s clean