diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 198228bfc..851818de2 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -86,7 +86,8 @@ BITCOIN_TESTS =\ test/uint256_tests.cpp \ test/util_tests.cpp \ test/validation_block_tests.cpp \ - test/versionbits_tests.cpp + test/versionbits_tests.cpp \ + test/keva_tests.cpp if ENABLE_WALLET BITCOIN_TESTS += \ diff --git a/src/test/keva_tests.cpp b/src/test/keva_tests.cpp new file mode 100644 index 000000000..b4fd31199 --- /dev/null +++ b/src/test/keva_tests.cpp @@ -0,0 +1,1078 @@ +// Copyright (c) 2014-2017 Daniel Kraft +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +// Copyright (c) 2018 the Kevacoin Core Developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include +#include +#include +#include +#include +#include +#include