summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-23 13:28:30 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-23 13:28:52 -0500
commit1539732cc68a1f9d74e1a74633d6fe57dd93f651 (patch)
tree5c9a6cf3492788b7b195112a865bf8b1117dabef /nixos/tests/all-tests.nix
parent0597dcb0c570f365c363645f6d7eac6d0b3d811c (diff)
downloadnixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.tar
nixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.tar.gz
nixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.tar.bz2
nixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.tar.lz
nixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.tar.xz
nixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.tar.zst
nixpkgs-1539732cc68a1f9d74e1a74633d6fe57dd93f651.zip
shadow: Add 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 37e030992f0..659e538b31d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -340,6 +340,7 @@ in
   scala = handleTest ./scala.nix {};
   sddm = handleTest ./sddm.nix {};
   service-runner = handleTest ./service-runner.nix {};
+  shadow = handleTest ./shadow.nix {};
   shadowsocks = handleTest ./shadowsocks {};
   shattered-pixel-dungeon = handleTest ./shattered-pixel-dungeon.nix {};
   shiori = handleTest ./shiori.nix {};