diff options
author | p8p <p8p@users.noreply.github.com> | 2018-08-25 04:16:01 -0700 |
---|---|---|
committer | p8p <p8p@users.noreply.github.com> | 2018-08-25 04:31:22 -0700 |
commit | 9d6539923e615014189c9281a52fad080f09a64e (patch) | |
tree | 969f60962c351ff93918b43af2634d1eb8bbd245 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4223 (diff) | |
download | monero-9d6539923e615014189c9281a52fad080f09a64e.tar.xz |
is_hdd update
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 145e3820e..7cbf38424 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -76,7 +76,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) |