diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-09 18:42:22 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-11 11:43:39 +0100 |
commit | 6a61f520e2569f6a690f5c637c6314fb81b0b538 (patch) | |
tree | 604bbca9d6c019b7b76ead299da651061414f38f /tests/unit_tests/CMakeLists.txt | |
parent | crypto: fix initialization order issue with random mutex (diff) | |
download | monero-6a61f520e2569f6a690f5c637c6314fb81b0b538.tar.xz |
unit_tests: add ringdb unit tests
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 9c58536c9..935093184 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -68,7 +68,8 @@ set(unit_tests_sources varint.cpp ringct.cpp output_selection.cpp - vercmp.cpp) + vercmp.cpp + ringdb.cpp) set(unit_tests_headers unit_tests_utils.h) |