summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2020-07-23 00:13:26 -0700
committerScott Worley <scottworley@scottworley.com>2020-07-24 15:51:14 -0700
commit140247cd8a290e71c951d2b8de676cf688a7ea6b (patch)
tree6660486b96315eee877874081ace34f218791624 /nixos/tests/all-tests.nix
parent017c7a4940a3c62002d725ae848b16793922eac9 (diff)
downloadnixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.tar
nixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.tar.gz
nixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.tar.bz2
nixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.tar.lz
nixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.tar.xz
nixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.tar.zst
nixpkgs-140247cd8a290e71c951d2b8de676cf688a7ea6b.zip
nixos/tests: Add test for syncthing
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 7f3bb9bcc81..60a99838ae6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -319,6 +319,7 @@ in
   sudo = handleTest ./sudo.nix {};
   switchTest = handleTest ./switch-test.nix {};
   sympa = handleTest ./sympa.nix {};
+  syncthing = handleTest ./syncthing.nix {};
   syncthing-init = handleTest ./syncthing-init.nix {};
   syncthing-relay = handleTest ./syncthing-relay.nix {};
   systemd = handleTest ./systemd.nix {};