diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 6f401636f5..cd37245e5c 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -90,7 +90,10 @@ BITCOIN_TESTS =\ test/uint256_tests.cpp \ test/util_tests.cpp \ test/validation_block_tests.cpp \ - test/versionbits_tests.cpp + test/versionbits_tests.cpp \ + test/pegin_spent_tests.cpp \ + test/pegin_witness_tests.cpp +# ELEMENTS IN THE END if ENABLE_WALLET BITCOIN_TESTS += \ diff --git a/src/test/pegin_spent_tests.cpp b/src/test/pegin_spent_tests.cpp new file mode 100644 index 0000000000..09f8aa456d --- /dev/null +++ b/src/test/pegin_spent_tests.cpp @@ -0,0 +1,146 @@ +// Copyright (c) 2011-2015 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include +#include +#include +#include +#include +#include +#include +#include +#include