summaryrefslogtreecommitdiffstats
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-09-15 14:25:19 +0200
committerLuca Bruno <lethalman88@gmail.com>2015-09-15 14:25:36 +0200
commitdfeee51818a69e0bd51d2015a42e74bd6e9e5ddc (patch)
tree8e87524864ed4f484a288e181f2ab68425c015cf /nixos/release.nix
parent1e24c18d18a82610cefa246435ae91be4a0b1449 (diff)
nixos tests: add gdm 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 2dbc35c7d7bf..4492ee4046ea 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -226,6 +226,7 @@ in rec {
tests.fleet = hydraJob (import tests/fleet.nix { system = "x86_64-linux"; });
#tests.gitlab = callTest tests/gitlab.nix {};
tests.gnome3 = callTest tests/gnome3.nix {};
+ tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
tests.i3wm = callTest tests/i3wm.nix {};
tests.installer.grub1 = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).grub1.test);
tests.installer.lvm = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).lvm.test);