test(tray): add system tray tests (#4221)

This commit is contained in:
Dave Lane
2026-07-29 20:30:43 -04:00
committed by GitHub
parent 3893c5bcda
commit 0784774fec
16 changed files with 652 additions and 41 deletions
+2
View File
@@ -336,6 +336,7 @@ function add_debian_based_deps() {
"git"
"glslang-tools" # Vulkan shader compiler
"graphviz"
"imagemagick" # necessary for system tray screenshots in unit tests
"libcap-dev" # KMS
"libcurl4-openssl-dev"
"libdrm-dev" # KMS
@@ -441,6 +442,7 @@ function add_fedora_deps() {
"git"
"glslc"
"graphviz"
"ImageMagick" # necessary for system tray screenshots in unit tests
"libappstream-glib"
"libcap-devel"
"libcurl-devel"