From ed77dd6b3052fd3b4191f8a17b682f0b24acf332 Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Fri, 8 Dec 2017 12:00:13 -0800 Subject: [test] Simple unit test for TxIndex. --- src/test/txindex_tests.cpp | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/test/txindex_tests.cpp (limited to 'src/test/txindex_tests.cpp') diff --git a/src/test/txindex_tests.cpp b/src/test/txindex_tests.cpp new file mode 100644 index 000000000..14158f287 --- /dev/null +++ b/src/test/txindex_tests.cpp @@ -0,0 +1,66 @@ +// Copyright (c) 2017-2018 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