From patchwork Tue Sep 17 19:58:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6862: tests: clean up built binaries after running test-fuzz-targets.t From: phabricator X-Patchwork-Id: 41701 Message-Id: <314d03f0c6d6e9db59ef0787c5d75fef@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Tue, 17 Sep 2019 19:58:10 +0000 Closed by commit rHG39cab871e880: tests: clean up built binaries after running test-fuzz-targets.t (authored by durin42). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6862?vs=16568&id=16573 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6862/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6862 AFFECTED FILES tests/test-fuzz-targets.t CHANGE DETAILS To: durin42, #hg-reviewers, pulkit Cc: mercurial-devel diff --git a/tests/test-fuzz-targets.t b/tests/test-fuzz-targets.t --- a/tests/test-fuzz-targets.t +++ b/tests/test-fuzz-targets.t @@ -41,3 +41,6 @@ $ ./bdiff -max_total_time 5 $ ./mpatch -max_total_time 5 $ ./xdiff -max_total_time 5 + +Clean up. + $ $MAKE -s clean