We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d2473 commit 393b22eCopy full SHA for 393b22e
src/test/testutil.cpp
@@ -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
@@ -0,0 +1,11 @@
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