about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2024-05-02 14:00:06 +0000
committerGitHub <noreply@github.com>2024-05-02 14:00:06 +0000
commit480b871f2d25ab64dbb09700d2976b4e2fe62626 (patch)
treef056427034cdfbc1e4980c10cd9ca04801103e83 /nixos/tests/all-tests.nix
parenta9bf5d910ed000a91814697dc847a335747160b8 (diff)
parent16a9328410d90f39fd1e6dbab76b16c3d1f8ddce (diff)
Merge #305844: add clatd module and nixos test
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 8de741a7c9c98..d4da32c44990f 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -193,6 +193,7 @@ in {
   cinnamon = handleTest ./cinnamon.nix {};
   cinnamon-wayland = handleTest ./cinnamon-wayland.nix {};
   cjdns = handleTest ./cjdns.nix {};
+  clatd = handleTest ./clatd.nix {};
   clickhouse = handleTest ./clickhouse.nix {};
   cloud-init = handleTest ./cloud-init.nix {};
   cloud-init-hostname = handleTest ./cloud-init-hostname.nix {};