diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-11-26 20:29:53 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-11-26 20:29:53 +0200 |
commit | 6e100964ea789131a1a9d19df8de8f0bdbe6f8fb (patch) | |
tree | 09d531c7cf52f07713eb3fa0ebcf5683a785720e /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4831 (diff) | |
parent | unit_tests: add logging unit test (diff) | |
download | monero-6e100964ea789131a1a9d19df8de8f0bdbe6f8fb.tar.xz |
Merge pull request #4832
9da6c52b unit_tests: add logging unit test (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 a46f11b5f..f7012746d 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -54,6 +54,7 @@ set(unit_tests_sources hashchain.cpp http.cpp keccak.cpp + logging.cpp main.cpp memwipe.cpp mlocker.cpp |