diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 14:51:11 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 15:44:02 -0500 |
commit | fa02b222459d46219c23366218c5b4e9ba768aeb (patch) | |
tree | ce6df74bf6cfc4f6f339c58c2b135fd6fac8534e /src/test/main.cpp | |
parent | fab2daa026494cdacda530f1253eb43cf0f1576c (diff) |
test: Remove useless test_bitcoin_main.cpp
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r-- | src/test/main.cpp | 7 |
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> |