diff options
author | Mustafa <mus@musalbas.com> | 2016-03-11 12:03:45 +0000 |
---|---|---|
committer | Mustafa <mus@musalbas.com> | 2016-03-11 12:03:45 +0000 |
commit | 393b22eacb8aff58aaa4da48085f3ea37424ba59 (patch) | |
tree | 124501cf103abb81c3ac30a5690c42d7cc4abe07 /src/test/testutil.h | |
parent | c8d2473e6cb042e7275a10c49d3f6a4a91bf0166 (diff) |
Add a source file for unit test utils.
Diffstat (limited to 'src/test/testutil.h')
-rw-r--r-- | src/test/testutil.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/testutil.h b/src/test/testutil.h new file mode 100644 index 0000000000..2e83115e5c --- /dev/null +++ b/src/test/testutil.h @@ -0,0 +1,11 @@ +// Copyright (c) 2009-2016 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +/** + * Utility functions shared by unit tests + */ +#ifndef BITCOIN_TEST_TESTUTIL_H +#define BITCOIN_TEST_TESTUTIL_H + +#endif // BITCOIN_TEST_TESTUTIL_H |