diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index 06928d9021..0eb0ce8888 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -47,7 +47,8 @@ bench_bench_dash_SOURCES = \ bench/lockedpool.cpp \ bench/poly1305.cpp \ bench/prevector.cpp \ - bench/string_cast.cpp + bench/string_cast.cpp \ + bench/verify_script.cpp nodist_bench_bench_dash_SOURCES = $(GENERATED_BENCH_FILES) diff --git a/src/bench/verify_script.cpp b/src/bench/verify_script.cpp new file mode 100644 index 0000000000..9a8c0a4732 --- /dev/null +++ b/src/bench/verify_script.cpp @@ -0,0 +1,33 @@ +// Copyright (c) 2016-2019 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