diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-04 12:10:16 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-04 12:10:16 +0200 |
commit | 1b4fa00d7c21a72267968438b0a3cd8eeac50977 (patch) | |
tree | 1c9416c04b509023d905d9c82a99cd9aeebbbfd4 /tests/hash/CMakeLists.txt | |
parent | Merge pull request #5124 (diff) | |
parent | Fixed path to int-util.h (diff) | |
download | monero-1b4fa00d7c21a72267968438b0a3cd8eeac50977.tar.xz |
Merge pull request #5126
f1fb06b1 Fixed path to int-util.h (SChernykh)
9da0892b Adding cnv4-2 tweaks (SChernykh)
f51397b3 Cryptonight variant 4 aka CryptonightR (SChernykh)
Diffstat (limited to 'tests/hash/CMakeLists.txt')
-rw-r--r-- | tests/hash/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash/CMakeLists.txt b/tests/hash/CMakeLists.txt index 433cf94e9..105cf2c13 100644 --- a/tests/hash/CMakeLists.txt +++ b/tests/hash/CMakeLists.txt @@ -43,7 +43,7 @@ set_property(TARGET hash-tests PROPERTY FOLDER "tests") -foreach (hash IN ITEMS fast slow slow-1 slow-2 tree extra-blake extra-groestl extra-jh extra-skein) +foreach (hash IN ITEMS fast slow slow-1 slow-2 slow-4 tree extra-blake extra-groestl extra-jh extra-skein) add_test( NAME "hash-${hash}" COMMAND hash-tests "${hash}" "${CMAKE_CURRENT_SOURCE_DIR}/tests-${hash}.txt") |