Skip to content

Commit

Permalink
Add a source file for unit test utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
musalbas authored and str4d committed Oct 22, 2020
1 parent cafc622 commit 42929fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/testutil.cpp
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions src/test/testutil.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 42929fa

Please sign in to comment.