diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-09-10 15:07:02 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-09-10 15:07:02 -0500 |
commit | ab85b924c907587aaf52a4b14febdc78f6f2c041 (patch) | |
tree | 5020be4cef3124b75e0082af5f3ff5da76e13c26 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4256 (diff) | |
parent | is_hdd update (diff) | |
download | monero-ab85b924c907587aaf52a4b14febdc78f6f2c041.tar.xz |
Merge pull request #4293
9d65399 is_hdd update (p8p)
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 076a4a873..7366990ad 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -77,7 +77,8 @@ set(unit_tests_sources output_selection.cpp vercmp.cpp ringdb.cpp - wipeable_string.cpp) + wipeable_string.cpp + is_hdd.cpp) set(unit_tests_headers unit_tests_utils.h) |