Introduce CHashVerifier to hash read data
[bitcoinplatinum.git] / src / test / testutil.h
blobcbe784d6400b9dd4cc4339ae6803f9c1d2bb13fd
1 // Copyright (c) 2009-2016 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 /**
6 * Utility functions shared by unit tests
7 */
8 #ifndef BITCOIN_TEST_TESTUTIL_H
9 #define BITCOIN_TEST_TESTUTIL_H
11 #include "fs.h"
13 fs::path GetTempPath();
15 #endif // BITCOIN_TEST_TESTUTIL_H