about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-11-06 20:24:56 +0100
committerGitHub <noreply@github.com>2023-11-06 20:24:56 +0100
commita3708ce91cb36b05a57bb900f567ea6d567949bf (patch)
treeeebe86a5020eec0246d9bc8767ddb3b33db90913 /nixos/tests/all-tests.nix
parent0d930cd6bbfeda4bef5be62eca5d7f83380c55a6 (diff)
parentb2fccae80913400dc6b63aa37c27a5c96243fcad (diff)
Merge pull request #230380 from graham33/feature/zwave-js-server_module
zwave-js: module init, zwave-js-server: init at 1.33.0
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 6201045b54ccb..f44fcfcf54ab6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -934,4 +934,5 @@ in {
   zram-generator = handleTest ./zram-generator.nix {};
   zrepl = handleTest ./zrepl.nix {};
   zsh-history = handleTest ./zsh-history.nix {};
+  zwave-js = handleTest ./zwave-js.nix {};
 }