Skip to content

Commit 393b22e

Browse files
committed
Add a source file for unit test utils.
1 parent c8d2473 commit 393b22e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/test/testutil.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Copyright (c) 2009-2016 The Bitcoin Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

src/test/testutil.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) 2009-2016 The Bitcoin Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
5+
/**
6+
* Utility functions shared by unit tests
7+
*/
8+
#ifndef BITCOIN_TEST_TESTUTIL_H
9+
#define BITCOIN_TEST_TESTUTIL_H
10+
11+
#endif // BITCOIN_TEST_TESTUTIL_H

0 commit comments

Comments
 (0)