┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-04-23 18:06:32 +0000
committerMéven Car <[email protected]>2024-04-23 18:06:32 +0000
commit683533fa35eac768f3fa8f094e2e2e18d3e91489 (patch)
tree1d717e03cd78e5e81bde92ded892553a38defebf /CMakeLists.txt
parenta041846fb90e3af5ea736ca55359aa4891d91499 (diff)
Add two first appium tests that run on CI
Based upon @mart https://invent.kde.org/system/dolphin/-/merge_requests/492/diffs Co-authored-by: Marco Martin <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 529776933..bd6269398 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,6 +165,7 @@ endif()
add_subdirectory(src)
add_subdirectory(doc)
+add_subdirectory(appiumtests)
# CMake files
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/DolphinVcs")