summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2020-07-29 19:00:33 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2020-07-29 19:45:03 +0200
commit4436c0151e661370f0461b996373bdf7d25cdcbc (patch)
treed6a5f4ee6adf15608e071d14196959c39dcbcaab /nixos/tests/all-tests.nix
parent411e09d83c979a37cb5fb63dae7724770e813876 (diff)
downloadnixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.tar
nixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.tar.gz
nixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.tar.bz2
nixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.tar.lz
nixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.tar.xz
nixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.tar.zst
nixpkgs-4436c0151e661370f0461b996373bdf7d25cdcbc.zip
pt2-clone: add 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 12f3ee30331..19397427b2a 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -285,6 +285,7 @@ in
   prosody = handleTest ./xmpp/prosody.nix {};
   prosodyMysql = handleTest ./xmpp/prosody-mysql.nix {};
   proxy = handleTest ./proxy.nix {};
+  pt2-clone = handleTest ./pt2-clone.nix {};
   qboot = handleTestOn ["x86_64-linux" "i686-linux"] ./qboot.nix {};
   quagga = handleTest ./quagga.nix {};
   quorum = handleTest ./quorum.nix {};