diff options
| author | Mustafa <[email protected]> | 2016-03-11 12:03:45 +0000 |
|---|---|---|
| committer | Mustafa <[email protected]> | 2016-03-11 12:03:45 +0000 |
| commit | 393b22eacb8aff58aaa4da48085f3ea37424ba59 (patch) | |
| tree | 124501cf103abb81c3ac30a5690c42d7cc4abe07 /src/test/testutil.cpp | |
| parent | Merge #7642: Avoid "Unknown command" messages when receiving getaddr on outbo... (diff) | |
| download | discoin-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.cpp | 3 |
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. |