D5270: tests: sniff for libfuzzer actually being available in test-fuzz-targets.t
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Wed Nov 28 11:30:07 UTC 2018
yuja added a comment.
> + $ havefuzz() {
> + > cat > $TESTTMP/dummy.cc <<EOF
> + > #include <stdlib.h>
> + > int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { return 0; }
Still stdint.h is missing.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5270
To: durin42, #hg-reviewers
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list