diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-29 11:04:08 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-29 11:04:15 +0200 |
commit | 90dbae918f427646a0b06ed62f3b2448f5874f44 (patch) | |
tree | 6989688f59011c25130a2783d18a35dd52b506b0 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #565 (diff) | |
parent | hardfork: ensure current_fork_index can not become negative on rescan (diff) | |
download | monero-90dbae918f427646a0b06ed62f3b2448f5874f44.tar.xz |
Merge pull request #566
50ee591 hardfork: ensure current_fork_index can not become negative on rescan (moneromooo-monero)
b90e14d tests: add a unit test for canonical decomposed amounts (moneromooo-monero)
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 caf8e60ff..d13e09002 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -32,6 +32,7 @@ set(unit_tests_sources base58.cpp blockchain_db.cpp block_reward.cpp + canonical_amounts.cpp chacha8.cpp checkpoints.cpp decompose_amount_into_digits.cpp |