summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2018-02-09 23:52:03 -0800
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-02-10 07:52:03 +0000
commitbf53dc68c256603f572fdb4a38275d22c68865d4 (patch)
tree0dc95937137212eb3b49bc914610dccf3007e295 /nixos/release.nix
parent58cf763f8b72aae1f4e23688a277414c9cae438a (diff)
downloadnixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.tar
nixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.tar.gz
nixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.tar.bz2
nixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.tar.lz
nixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.tar.xz
nixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.tar.zst
nixpkgs-bf53dc68c256603f572fdb4a38275d22c68865d4.zip
nixos/rdma-core: add module for soft RoCE and test (#34607)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 8057e2d50fa..b778258da63 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -336,6 +336,7 @@ in rec {
   tests.radicale = callTest tests/radicale.nix {};
   tests.rspamd = callSubTests tests/rspamd.nix {};
   tests.runInMachine = callTest tests/run-in-machine.nix {};
+  tests.rxe = callTest tests/rxe.nix {};
   tests.samba = callTest tests/samba.nix {};
   tests.sddm = callSubTests tests/sddm.nix {};
   tests.simple = callTest tests/simple.nix {};