diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-05 16:35:10 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-05 17:03:37 +0100 |
commit | 240f769d21f971b5c6d658f8b15185d83ff2ace9 (patch) | |
tree | 87567eafe446b5b93c5129197c74dc565bbd5fd4 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #2518 (diff) | |
download | monero-240f769d21f971b5c6d658f8b15185d83ff2ace9.tar.xz |
tests: add sha256sum unit test
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-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 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 |