diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-27 10:20:09 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-09 16:57:03 +0000 |
commit | 9da6c52bb2fa50eefed4e4ea8db1b651da9157bd (patch) | |
tree | 9af216dce559f05429c1ce12a9b77390959334d4 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4809 (diff) | |
download | monero-9da6c52bb2fa50eefed4e4ea8db1b651da9157bd.tar.xz |
unit_tests: add logging unit test
Diffstat (limited to '')
-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 7687e3c52..e63f0058f 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 |