From f898ef65c947776750e49d050633f830546bbdc6 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sat, 16 May 2020 18:20:39 +0000 Subject: tests: Add fuzzing harness for functions in script/sign.h --- src/test/fuzz/script_sign.cpp | 149 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 src/test/fuzz/script_sign.cpp (limited to 'src/test/fuzz/script_sign.cpp') diff --git a/src/test/fuzz/script_sign.cpp b/src/test/fuzz/script_sign.cpp new file mode 100644 index 000000000..c626f950e --- /dev/null +++ b/src/test/fuzz/script_sign.cpp @@ -0,0 +1,149 @@ +// Copyright (c) 2020 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include +#include +#include +#include +#include