about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-01-25 10:08:14 +0100
committerGitHub <noreply@github.com>2020-01-25 10:08:14 +0100
commit942568b8ea9221569eedb01f85fecfc93726fcf7 (patch)
tree76c8c0565575f6570e03284c688bd85ad76047db /nixos/tests/all-tests.nix
parent476a4fa40d8086cf7b68c65a271f19162eef23dd (diff)
parent8bab2dec10d8a0ef05145ab2edd37ba3ed7e9159 (diff)
downloadnixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.tar
nixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.tar.gz
nixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.tar.bz2
nixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.tar.lz
nixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.tar.xz
nixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.tar.zst
nixlib-942568b8ea9221569eedb01f85fecfc93726fcf7.zip
Merge pull request #77830 from 1000101/dokuwiki
nixos/dokuwiki: init module
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 eb69457fb7e9..8c11464f9d68 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -75,6 +75,7 @@ in
   docker-tools = handleTestOn ["x86_64-linux"] ./docker-tools.nix {};
   docker-tools-overlay = handleTestOn ["x86_64-linux"] ./docker-tools-overlay.nix {};
   documize = handleTest ./documize.nix {};
+  dokuwiki = handleTest ./dokuwiki.nix {};
   dovecot = handleTest ./dovecot.nix {};
   # ec2-config doesn't work in a sandbox as the simulated ec2 instance needs network access
   #ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};