portable serializer: tests added

This commit is contained in:
kenshi84
2017-01-02 10:43:20 +09:00
parent f390a0e2dc
commit ada7c7da8f
8 changed files with 524 additions and 0 deletions
+8
View File
@@ -62,6 +62,14 @@ else ()
FOLDER "${folder}")
endif ()
file(COPY
data/wallet_9svHk1.keys
data/wallet_9svHk1
data/outputs
data/unsigned_monero_tx
data/signed_monero_tx
DESTINATION data)
add_subdirectory(core_tests)
add_subdirectory(crypto)
add_subdirectory(functional_tests)