aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.cpp
diff options
context:
space:
mode:
authorMustafa <[email protected]>2016-03-11 12:03:45 +0000
committerMustafa <[email protected]>2016-03-11 12:03:45 +0000
commit393b22eacb8aff58aaa4da48085f3ea37424ba59 (patch)
tree124501cf103abb81c3ac30a5690c42d7cc4abe07 /src/test/testutil.cpp
parentMerge #7642: Avoid "Unknown command" messages when receiving getaddr on outbo... (diff)
downloaddiscoin-393b22eacb8aff58aaa4da48085f3ea37424ba59.tar.xz
discoin-393b22eacb8aff58aaa4da48085f3ea37424ba59.zip
Add a source file for unit test utils.
Diffstat (limited to 'src/test/testutil.cpp')
-rw-r--r--src/test/testutil.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/testutil.cpp b/src/test/testutil.cpp
new file mode 100644
index 000000000..de01228f0
--- /dev/null
+++ b/src/test/testutil.cpp
@@ -0,0 +1,3 @@
+// 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.