diff options
author | Sarang Noether <32460187+SarangNoether@users.noreply.github.com> | 2020-12-12 19:37:16 -0500 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2022-04-04 08:23:21 +0000 |
commit | bd27debb2d480845acdd20c4d02509d55fd4f188 (patch) | |
tree | c33c0efa19af576e05dbef7731f1826e0a522a02 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #8216 (diff) | |
download | monero-bd27debb2d480845acdd20c4d02509d55fd4f188.tar.xz |
Bulletproofs+
Diffstat (limited to '')
-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 556e0ec40..5f6b1e749 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -36,6 +36,7 @@ set(unit_tests_sources block_reward.cpp bootstrap_node_selector.cpp bulletproofs.cpp + bulletproofs_plus.cpp canonical_amounts.cpp chacha.cpp checkpoints.cpp |