summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-16 21:29:17 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-16 21:29:17 -0400
commitcc7c76f2061e3f8cf0c0573340b8fa3444aa582d (patch)
tree7f57b49f4963f028709154167de5ecb9cab63736 /nixos/tests/all-tests.nix
parent24c7e2a15cc500794756064c752160412bd6f67b (diff)
downloadnixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.tar
nixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.tar.gz
nixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.tar.bz2
nixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.tar.lz
nixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.tar.xz
nixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.tar.zst
nixpkgs-cc7c76f2061e3f8cf0c0573340b8fa3444aa582d.zip
nixosTests.graphene: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index d495b2fa633..eb465501236 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -89,11 +89,12 @@ in
   gitlab = handleTest ./gitlab.nix {};
   gitolite = handleTest ./gitolite.nix {};
   gjs = handleTest ./gjs.nix {};
-  google-oslogin = handleTest ./google-oslogin {};
   gnome3 = handleTestOn ["x86_64-linux"] ./gnome3.nix {}; # libsmbios is unsupported on aarch64
   gnome3-gdm = handleTestOn ["x86_64-linux"] ./gnome3-gdm.nix {}; # libsmbios is unsupported on aarch64
   gocd-agent = handleTest ./gocd-agent.nix {};
   gocd-server = handleTest ./gocd-server.nix {};
+  google-oslogin = handleTest ./google-oslogin {};
+  graphene = handleTest ./graphene.nix {};
   grafana = handleTest ./grafana.nix {};
   graphite = handleTest ./graphite.nix {};
   hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};