summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-05-14 04:11:22 -0700
committerGitHub <noreply@github.com>2021-05-14 13:11:22 +0200
commit46284492f4110aa2be3c5b8297e5bec464d77a07 (patch)
treef0477d37758a35de295998b1663daa8b0c0bf31b /nixos/tests/all-tests.nix
parent92dcaba9356d40f66ef96d05b75083b474cf0f9b (diff)
downloadnixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.tar
nixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.tar.gz
nixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.tar.bz2
nixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.tar.lz
nixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.tar.xz
nixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.tar.zst
nixpkgs-46284492f4110aa2be3c5b8297e5bec464d77a07.zip
nixos/tests/dendrite: init (#121777)
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 1173a177c3c..232d89052d4 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -90,6 +90,7 @@ in
   custom-ca = handleTest ./custom-ca.nix {};
   croc = handleTest ./croc.nix {};
   deluge = handleTest ./deluge.nix {};
+  dendrite = handleTest ./dendrite.nix {};
   dhparams = handleTest ./dhparams.nix {};
   discourse = handleTest ./discourse.nix {};
   dnscrypt-proxy2 = handleTestOn ["x86_64-linux"] ./dnscrypt-proxy2.nix {};