summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorServal <servalcat@pm.me>2020-06-12 16:12:51 +0800
committerServal <servalcat@pm.me>2020-09-02 22:18:52 +0800
commit4ac99e76bc032c0fa85491165a078f541c283b05 (patch)
tree91174f322b201deefefc577b0d1c4a610b972927 /nixos/tests/all-tests.nix
parent9a5a8949aa415bd49312e42610d0c3e07f5d581e (diff)
downloadnixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.tar
nixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.tar.gz
nixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.tar.bz2
nixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.tar.lz
nixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.tar.xz
nixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.tar.zst
nixpkgs-4ac99e76bc032c0fa85491165a078f541c283b05.zip
nixos/tests/v2ray: init
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 60ef5a02763..fa03e2506e8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -362,6 +362,7 @@ in
   unit-php = handleTest ./web-servers/unit-php.nix {};
   upnp = handleTest ./upnp.nix {};
   uwsgi = handleTest ./uwsgi.nix {};
+  v2ray = handleTest ./v2ray.nix {};
   vault = handleTest ./vault.nix {};
   victoriametrics = handleTest ./victoriametrics.nix {};
   virtualbox = handleTestOn ["x86_64-linux"] ./virtualbox.nix {};