summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@web.de>2020-04-13 05:56:20 +0200
committerLinus Heckemann <git@sphalerite.org>2021-07-20 15:22:31 +0200
commit5143ab9f742d27086790e07ebf35f36cb6b26ade (patch)
treeec6962b7594145bfe08ca464c567fce57ffde616 /nixos/tests/all-tests.nix
parentb59c06dc92f8d03660eb4155754d93a6c34cda83 (diff)
downloadnixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.tar
nixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.tar.gz
nixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.tar.bz2
nixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.tar.lz
nixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.tar.xz
nixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.tar.zst
nixpkgs-5143ab9f742d27086790e07ebf35f36cb6b26ade.zip
tigervnc, tightvnc: add basic tests
Co-Authored-By: Ingo Blechschmidt <iblech@web.de>
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 76e5077f42d..6abbc92d643 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -421,6 +421,7 @@ in
   taskserver = handleTest ./taskserver.nix {};
   telegraf = handleTest ./telegraf.nix {};
   tiddlywiki = handleTest ./tiddlywiki.nix {};
+  tigervnc = handleTest ./tigervnc.nix {};
   timezone = handleTest ./timezone.nix {};
   tinc = handleTest ./tinc {};
   tinydns = handleTest ./tinydns.nix {};