nixos/release.nix: added tests.wordpress

This commit is contained in:
Joachim Schiele 2017-03-18 11:10:49 +01:00
parent 553964ca71
commit 6022a79cbc

View file

@ -302,6 +302,7 @@ in rec {
tests.tomcat = callTest tests/tomcat.nix {};
tests.udisks2 = callTest tests/udisks2.nix {};
tests.virtualbox = callSubTests tests/virtualbox.nix { system = "x86_64-linux"; };
tests.wordpress = callTest tests/wordpress.nix {};
tests.xfce = callTest tests/xfce.nix {};