summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-05-15 23:22:03 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-05-18 08:13:36 +0200
commit3a4631445572beacbe6965015c6a8e5c32c34c9a (patch)
tree0890d3081bf39d784cfd27322f9372db015fe386 /nixos/tests/all-tests.nix
parent1a4db01c84b5c052e2fb6992c684369cc4bf3d04 (diff)
downloadnixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.tar
nixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.tar.gz
nixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.tar.bz2
nixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.tar.lz
nixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.tar.xz
nixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.tar.zst
nixpkgs-3a4631445572beacbe6965015c6a8e5c32c34c9a.zip
nixos/tests/libreswan: 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 c34bf3623b6..8b7a36d843e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -214,6 +214,7 @@ in
   latestKernel.login = handleTest ./login.nix { latestKernel = true; };
   leaps = handleTest ./leaps.nix {};
   lidarr = handleTest ./lidarr.nix {};
+  libreswan = handleTest ./libreswan.nix {};
   lightdm = handleTest ./lightdm.nix {};
   limesurvey = handleTest ./limesurvey.nix {};
   locate = handleTest ./locate.nix {};