about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-06-12 19:52:06 +0100
committerGitHub <noreply@github.com>2020-06-12 19:52:06 +0100
commit8df5edc1537c8cd660ba27adc0b8f946861309bb (patch)
treeffbabe87dd95f8fb0aa6337f931a57c8cce416f1 /pkgs
parent3d746848477b0ee2173ac3039a59a8499ef73904 (diff)
parent6d1ca7db4abbc7c8851df8c89683763396aebb83 (diff)
downloadnixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.tar
nixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.tar.gz
nixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.tar.bz2
nixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.tar.lz
nixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.tar.xz
nixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.tar.zst
nixlib-8df5edc1537c8cd660ba27adc0b8f946861309bb.zip
Merge pull request #87178 from hax404/teeworlds-module-test
nixos/{modules,tests}/teeworlds: init
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/teeworlds/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix
index 3035c02e2623..9ff50d533bec 100644
--- a/pkgs/games/teeworlds/default.nix
+++ b/pkgs/games/teeworlds/default.nix
@@ -1,5 +1,6 @@
 { fetchFromGitHub, stdenv, cmake, pkgconfig, python3, alsaLib
 , libX11, libGLU, SDL2, lua5_3, zlib, freetype, wavpack, icoutils
+, nixosTests
 }:
 
 stdenv.mkDerivation rec {
@@ -36,6 +37,8 @@ stdenv.mkDerivation rec {
     install -D $src/other/teeworlds.desktop $out/share/applications/teeworlds.desktop
   '';
 
+  passthru.tests.teeworlds = nixosTests.teeworlds;
+
   meta = {
     description = "Retro multiplayer shooter game";