summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2020-08-09 15:20:17 +0200
committerJon <jonringer@users.noreply.github.com>2020-08-09 15:34:30 -0700
commit6cfda0e92c3043f99acc95c2bb1d57e4d0463413 (patch)
tree3a9a56b871598b03b3422c9ce44d705e965ef6a4 /nixos/tests/all-tests.nix
parent86a347d81686dc727f0cd9fe93925b733bdd73d3 (diff)
downloadnixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.tar
nixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.tar.gz
nixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.tar.bz2
nixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.tar.lz
nixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.tar.xz
nixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.tar.zst
nixpkgs-6cfda0e92c3043f99acc95c2bb1d57e4d0463413.zip
shattered-pixel-dungeon: add nixos 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 31dad3be814..d7e5d70328c 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -306,6 +306,7 @@ in
   sanoid = handleTest ./sanoid.nix {};
   sddm = handleTest ./sddm.nix {};
   service-runner = handleTest ./service-runner.nix {};
+  shattered-pixel-dungeon = handleTest ./shattered-pixel-dungeon.nix {};
   shiori = handleTest ./shiori.nix {};
   signal-desktop = handleTest ./signal-desktop.nix {};
   simple = handleTest ./simple.nix {};