about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-10-26 07:48:19 -0400
committerGitHub <noreply@github.com>2019-10-26 07:48:19 -0400
commit2921e8a82a2d8f1013cd80b099bbf99e11714ddb (patch)
treebbf7abea1ca7844e4b42b5cbd29a8c94462890ac /nixos/tests/all-tests.nix
parent240c8bb70a40d5fee109f147a235437b651c63fb (diff)
parent6d90d17a96fd4270cdff9d01efb90d6f2f86a8f5 (diff)
downloadnixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.tar
nixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.tar.gz
nixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.tar.bz2
nixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.tar.lz
nixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.tar.xz
nixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.tar.zst
nixlib-2921e8a82a2d8f1013cd80b099bbf99e11714ddb.zip
Merge pull request #71789 from tomfitzhenry/openarena-server
openarena: add module and 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 694376b9d367..ea1490ad13a9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -202,6 +202,7 @@ in
   novacomd = handleTestOn ["x86_64-linux"] ./novacomd.nix {};
   nsd = handleTest ./nsd.nix {};
   nzbget = handleTest ./nzbget.nix {};
+  openarena = handleTest ./openarena.nix {};
   openldap = handleTest ./openldap.nix {};
   opensmtpd = handleTest ./opensmtpd.nix {};
   openssh = handleTest ./openssh.nix {};