diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:37:31 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:37:43 -0700 |
commit | 13549d590e2e70364c5e591068fd451c32364d7d (patch) | |
tree | 93cae074ac47131c27213b0b00ad4a023b2d43d4 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #6354 (diff) | |
parent | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc... (diff) | |
download | monero-13549d590e2e70364c5e591068fd451c32364d7d.tar.xz |
Merge pull request #6329
6bfcd3101 Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether)
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 4f1b0c22a..a5984b2c9 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -83,6 +83,7 @@ set(unit_tests_sources test_peerlist.cpp test_protocol_pack.cpp threadpool.cpp + tx_proof.cpp hardfork.cpp unbound.cpp uri.cpp |