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.cpp | |
parent | c8d2473e6cb042e7275a10c49d3f6a4a91bf0166 (diff) |
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 0000000000..de01228f07 --- /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. |