diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index e56190649f4..97a034ded78 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -15,6 +15,7 @@ add_executable(test_bitcoin base32_tests.cpp base58_tests.cpp base64_tests.cpp + baseindex_tests.cpp bech32_tests.cpp bip32_tests.cpp bip324_tests.cpp diff --git a/src/test/baseindex_tests.cpp b/src/test/baseindex_tests.cpp new file mode 100644 index 00000000000..525309bf3a2 --- /dev/null +++ b/src/test/baseindex_tests.cpp @@ -0,0 +1,59 @@ +// Copyright (c) 2020-present 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