aboutsummaryrefslogtreecommitdiff
path: root/src/test/main.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-28 14:51:11 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-28 15:44:02 -0500
commitfa02b222459d46219c23366218c5b4e9ba768aeb (patch)
treece6df74bf6cfc4f6f339c58c2b135fd6fac8534e /src/test/main.cpp
parentfab2daa026494cdacda530f1253eb43cf0f1576c (diff)
downloadbitcoin-fa02b222459d46219c23366218c5b4e9ba768aeb.tar.xz
test: Remove useless test_bitcoin_main.cpp
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r--src/test/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/main.cpp b/src/test/main.cpp
new file mode 100644
index 0000000000..ff3f36b561
--- /dev/null
+++ b/src/test/main.cpp
@@ -0,0 +1,7 @@
+// Copyright (c) 2011-2019 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#define BOOST_TEST_MODULE Bitcoin Core Test Suite
+
+#include <boost/test/unit_test.hpp>