summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2021-06-02 18:19:37 +0200
committertalyz <kim.lindberger@gmail.com>2021-09-13 13:57:11 +0200
commitd46e78fd76f9b27bc3b8203dc16aa21371ea1bbd (patch)
treeafc1aa6a508165850a85708cc30b8a5b5ceb7feb /nixos/tests/all-tests.nix
parent98d9617705a2b04b12b25adc7037e798b225c1b6 (diff)
downloadnixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.tar
nixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.tar.gz
nixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.tar.bz2
nixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.tar.lz
nixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.tar.xz
nixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.tar.zst
nixpkgs-d46e78fd76f9b27bc3b8203dc16aa21371ea1bbd.zip
nixos/parsedmarc: Add 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 6baa986b2bd..dab99dd8d04 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -336,6 +336,7 @@ in
   pam-u2f = handleTest ./pam-u2f.nix {};
   pantheon = handleTest ./pantheon.nix {};
   paperless-ng = handleTest ./paperless-ng.nix {};
+  parsedmarc = handleTest ./parsedmarc {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   peerflix = handleTest ./peerflix.nix {};
   pgjwt = handleTest ./pgjwt.nix {};