aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-05 16:35:10 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-05 17:03:37 +0100
commit240f769d21f971b5c6d658f8b15185d83ff2ace9 (patch)
tree87567eafe446b5b93c5129197c74dc565bbd5fd4 /tests/unit_tests/CMakeLists.txt
parentMerge pull request #2518 (diff)
downloadmonero-240f769d21f971b5c6d658f8b15185d83ff2ace9.tar.xz
tests: add sha256sum unit test
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-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 53d93fcce..cf83f640a 100644
--- a/tests/unit_tests/CMakeLists.txt
+++ b/tests/unit_tests/CMakeLists.txt
@@ -53,6 +53,7 @@ set(unit_tests_sources
mul_div.cpp
parse_amount.cpp
serialization.cpp
+ sha256.cpp
slow_memmem.cpp
test_tx_utils.cpp
test_peerlist.cpp