diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:01:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:01:49 +0200 |
commit | 5d52463b579fa0aa8bd4aa94be9e64df93959e40 (patch) | |
tree | 8e6c0116659a9c4d3afd264834f8af0c19081b3a /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #2661 (diff) | |
parent | unit tests: OOB indexes & adding subaddress (diff) | |
download | monero-5d52463b579fa0aa8bd4aa94be9e64df93959e40.tar.xz |
Merge pull request #2670
4fb77946 unit tests: OOB indexes & adding subaddress (Cole Lightfighter)
4fd6a3d2 Subaddress unit tests (Cole Lightfighter)
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 c7efcf074..e10648d20 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -55,6 +55,7 @@ set(unit_tests_sources serialization.cpp sha256.cpp slow_memmem.cpp + subaddress.cpp test_tx_utils.cpp test_peerlist.cpp test_protocol_pack.cpp |