about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-06-07 11:37:49 +0200
committerOPNA2608 <opna2608@protonmail.com>2024-06-07 11:37:49 +0200
commit4a495ec755c826f6b23147a6a77dd2148c934f18 (patch)
treeb4702ce2ca8563ac9a756277555538fac2d06439 /nixos/tests/all-tests.nix
parent7f084b0fe1ec8daef5c77fe76d1407b57e4389bb (diff)
tests/lomiri-filemanager-app: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index aa7e007e4fddb..ddeeeb298c356 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -516,6 +516,7 @@ in {
   lxd-image-server = handleTest ./lxd-image-server.nix {};
   #logstash = handleTest ./logstash.nix {};
   lomiri = handleTest ./lomiri.nix {};
+  lomiri-filemanager-app = runTest ./lomiri-filemanager-app.nix;
   lomiri-system-settings = handleTest ./lomiri-system-settings.nix {};
   lorri = handleTest ./lorri/default.nix {};
   maddy = discoverTests (import ./maddy { inherit handleTest; });