summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2021-06-13 22:00:25 +0200
committerAlvar Penning <post@0x21.biz>2021-06-15 18:31:57 +0200
commit95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14 (patch)
treef8cbe6ab6836342621d70cb574dc40c64ac6cb7f /nixos/tests/all-tests.nix
parent8673a40eda6784a33f8e03521e9132ebe557d94f (diff)
downloadnixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.tar
nixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.tar.gz
nixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.tar.bz2
nixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.tar.lz
nixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.tar.xz
nixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.tar.zst
nixpkgs-95ca79092e3275d1ac8e3fa4d97e7c1a111f7d14.zip
nixos/test/ucarp: 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 d8fcbde6bc0..e8c86394831 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -433,6 +433,7 @@ in
   trilium-server = handleTestOn ["x86_64-linux"] ./trilium-server.nix {};
   tuptime = handleTest ./tuptime.nix {};
   turbovnc-headless-server = handleTest ./turbovnc-headless-server.nix {};
+  ucarp = handleTest ./ucarp.nix {};
   ucg = handleTest ./ucg.nix {};
   udisks2 = handleTest ./udisks2.nix {};
   unbound = handleTest ./unbound.nix {};