aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.h
diff options
context:
space:
mode:
authorMustafa <mus@musalbas.com>2016-03-11 12:03:45 +0000
committerMustafa <mus@musalbas.com>2016-03-11 12:03:45 +0000
commit393b22eacb8aff58aaa4da48085f3ea37424ba59 (patch)
tree124501cf103abb81c3ac30a5690c42d7cc4abe07 /src/test/testutil.h
parentc8d2473e6cb042e7275a10c49d3f6a4a91bf0166 (diff)
downloadbitcoin-393b22eacb8aff58aaa4da48085f3ea37424ba59.tar.xz
Add a source file for unit test utils.
Diffstat (limited to 'src/test/testutil.h')
-rw-r--r--src/test/testutil.h11
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