diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-06-29 11:48:34 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-17 16:12:00 +0000 |
commit | b84b3565f3e313a124ab5131effc6f1929893993 (patch) | |
tree | 509073e4bdbcd828b4b9651a65a9ff730fea3488 /tests/unit_tests/CMakeLists.txt | |
parent | Add N/N multisig tx generation and signing (diff) | |
download | monero-b84b3565f3e313a124ab5131effc6f1929893993.tar.xz |
tests: add multisig unit tests
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index e37d34063..cfacd5688 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -53,6 +53,7 @@ set(unit_tests_sources memwipe.cpp mnemonics.cpp mul_div.cpp + multisig.cpp parse_amount.cpp serialization.cpp sha256.cpp |