From 65a52a002475056183ea8ee1a42b78aec7d68583 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 18 Feb 2020 16:41:16 +0000 Subject: tests: Add fuzzing harness for CScript operations --- src/test/fuzz/script_ops.cpp | 67 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 src/test/fuzz/script_ops.cpp (limited to 'src/test/fuzz/script_ops.cpp') diff --git a/src/test/fuzz/script_ops.cpp b/src/test/fuzz/script_ops.cpp new file mode 100644 index 000000000..0cd129ba7 --- /dev/null +++ b/src/test/fuzz/script_ops.cpp @@ -0,0 +1,67 @@ +// 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