about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-03-05 17:21:27 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-19 05:20:02 +0300
commit9cc70b419cc75bbf7f3224ad9f6848760adac1fd (patch)
treefb96a000833cb7f3e80ca4c38d26431f762da456 /nixos/release.nix
parent399db54e3514ceaee82ec217140975d77963359f (diff)
nixos/tests: add hibernation test
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 1800122fa2e5a..184e340341fe5 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -231,6 +231,7 @@ in rec {
   tests.gnome3 = callTest tests/gnome3.nix {};
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
   tests.grsecurity = callTest tests/grsecurity.nix {};
+  tests.hibernate = callTest tests/hibernate.nix {};
   tests.i3wm = callTest tests/i3wm.nix {};
   tests.installer = callSubTests tests/installer.nix {};
   tests.influxdb = callTest tests/influxdb.nix {};