1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-21 02:08:18 +02:00

Adding tests/WIF/priv_encode.cpp

This commit is contained in:
Henrik Hautakoski 2023-03-09 18:14:07 +01:00
parent 8764ecc4c1
commit cc962e7bf8
2 changed files with 29 additions and 0 deletions

View file

@ -5,6 +5,9 @@ set(TEST_SRC
# Base58
base58/encode.cpp
base58/is_base58.cpp
# WIF
WIF/priv_encode.cpp
)
add_executable(doctest ${TEST_SRC})