summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2020-12-17 16:58:57 +0100
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2020-12-17 16:58:57 +0100
commitdf7a435e3e3d76a052dd592213dc6932e1faa712 (patch)
treee43030f158fb50094f1769b564a44d394bbbfdef /nixos/tests/all-tests.nix
parentd0ec6db7ce11419171740f5299516d241484ea3f (diff)
downloadnixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.tar
nixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.tar.gz
nixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.tar.bz2
nixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.tar.lz
nixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.tar.xz
nixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.tar.zst
nixpkgs-df7a435e3e3d76a052dd592213dc6932e1faa712.zip
mailhog: add simple 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 0c06e3f4424..e770c8763d8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -210,6 +210,7 @@ in
   magic-wormhole-mailbox-server = handleTest ./magic-wormhole-mailbox-server.nix {};
   magnetico = handleTest ./magnetico.nix {};
   mailcatcher = handleTest ./mailcatcher.nix {};
+  mailhog = handleTest ./mailhog.nix {};
   mariadb-galera-mariabackup = handleTest ./mysql/mariadb-galera-mariabackup.nix {};
   mariadb-galera-rsync = handleTest ./mysql/mariadb-galera-rsync.nix {};
   matomo = handleTest ./matomo.nix {};