Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2019-10-28 04:37:42 +0300
committerJonathan White <support@dmapps.us>2019-10-30 06:03:39 +0300
commit178bea6bbce2e06d375f3e2569fd99cebdcf4083 (patch)
tree11cf948976ac8988593c15cd841f6673a0134ffb /tests/TestCli.cpp
parent1ab8a9f42c065bd575490ad7f3fa43ce72a59d8a (diff)
Fix building without features
* Fix #3684 - Include YubiKey headers in CLI tests * Skip building testguibrowser if browser integration is disabled * Cleanup test CMakeLists
Diffstat (limited to 'tests/TestCli.cpp')
-rw-r--r--tests/TestCli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCli.cpp b/tests/TestCli.cpp
index 586c39be1..f1f39e9f5 100644
--- a/tests/TestCli.cpp
+++ b/tests/TestCli.cpp
@@ -21,9 +21,9 @@
#include "core/Bootstrap.h"
#include "core/Config.h"
#include "core/Global.h"
-#include "core/PasswordGenerator.h"
#include "core/Tools.h"
#include "crypto/Crypto.h"
+#include "keys/drivers/YubiKey.h"
#include "format/Kdbx3Reader.h"
#include "format/Kdbx3Writer.h"
#include "format/Kdbx4Reader.h"