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:
Diffstat (limited to 'tests/gui/CMakeLists.txt')
-rw-r--r--tests/gui/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/gui/CMakeLists.txt b/tests/gui/CMakeLists.txt
index 6a8d21c4a..1d5822d20 100644
--- a/tests/gui/CMakeLists.txt
+++ b/tests/gui/CMakeLists.txt
@@ -21,3 +21,12 @@ add_unit_test(NAME testguipixmaps SOURCES TestGuiPixmaps.cpp LIBS ${TEST_LIBRARI
if(WITH_XC_BROWSER)
add_unit_test(NAME testguibrowser SOURCES TestGuiBrowser.cpp ../util/TemporaryFile.cpp LIBS ${TEST_LIBRARIES})
endif()
+
+if(WITH_XC_FDOSECRETS)
+ add_unit_test(NAME testguifdosecrets
+ SOURCES TestGuiFdoSecrets.cpp ../util/TemporaryFile.cpp
+ LIBS ${TEST_LIBRARIES}
+ # The following doesn't work because dbus-run-session expects execname to be in PATH
+ # dbus-run-session -- execname
+ LAUNCHER dbus-run-session --config-file ${CMAKE_CURRENT_SOURCE_DIR}/../data/dbus/session.conf -- sh -c "exec ./$0")
+endif()