diff options
author | Jeffrey Ryan <jeffro256@tutanota.com> | 2023-01-13 20:53:25 -0600 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-03-17 18:45:35 -0500 |
commit | 7159f92a5771ff6c37c638ce9be0570d3ce9f2f0 (patch) | |
tree | a8e7e5f24d7b23bc60533221dfed0fdcc92e8d8e /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #8675 (diff) | |
download | monero-7159f92a5771ff6c37c638ce9be0570d3ce9f2f0.tar.xz |
verRctNonSemanticsSimpleCached: fix fragility
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 55818dc93..2efa931bc 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -91,6 +91,7 @@ set(unit_tests_sources unbound.cpp uri.cpp varint.cpp + ver_rct_non_semantics_simple_cached.cpp ringct.cpp output_selection.cpp vercmp.cpp |