diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:19:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-04 22:19:06 +0200 |
commit | 977dd9b76ca379b3a16e2656cd080a8c3ee0d214 (patch) | |
tree | 473c158b3e13937d99e9acfdab8e4e718d1504af /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #1388 (diff) | |
parent | tests: add unit tests for uri parsing (diff) | |
download | monero-977dd9b76ca379b3a16e2656cd080a8c3ee0d214.tar.xz |
Merge pull request #1385
5783dd8c tests: add unit tests for uri parsing (moneromooo-monero)
82ba2108 wallet: add API and RPC to create/parse monero: URIs (moneromooo-monero)
d9001b43 epee: add functions to convert from URL format (ie, %XX values) (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 78dd74529..f5c64dc94 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -54,6 +54,7 @@ set(unit_tests_sources thread_group.cpp hardfork.cpp unbound.cpp + uri.cpp varint.cpp ringct.cpp output_selection.cpp) |