aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-06-29 11:48:34 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-17 16:12:00 +0000
commitb84b3565f3e313a124ab5131effc6f1929893993 (patch)
tree509073e4bdbcd828b4b9651a65a9ff730fea3488 /tests/unit_tests/CMakeLists.txt
parentAdd N/N multisig tx generation and signing (diff)
downloadmonero-b84b3565f3e313a124ab5131effc6f1929893993.tar.xz
tests: add multisig unit tests
Diffstat (limited to '')
-rw-r--r--tests/unit_tests/CMakeLists.txt1
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