about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2024-03-21 03:30:37 +0000
committermatthewcroughan <matt@croughan.sh>2024-03-27 06:35:55 +0000
commit4d841207c5acaaf29ce9e065a2997e0fd7daaec7 (patch)
treebb566fd3c4067857d128beb977580f4e05628571 /nixos/tests/all-tests.nix
parent704c1f5c7bc673eb03fdaec57740802117a2f6e6 (diff)
nixos/tests/ustreamer: 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 fd1f884c8c28e..37ac4c1827fa6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -963,6 +963,7 @@ in {
   user-activation-scripts = handleTest ./user-activation-scripts.nix {};
   user-expiry = runTest ./user-expiry.nix;
   user-home-mode = handleTest ./user-home-mode.nix {};
+  ustreamer = handleTest ./ustreamer.nix {};
   uwsgi = handleTest ./uwsgi.nix {};
   v2ray = handleTest ./v2ray.nix {};
   varnish60 = handleTest ./varnish.nix { package = pkgs.varnish60; };