summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-01-08 13:48:00 -0300
committerThiago Kenji Okada <thiagokokada@gmail.com>2021-01-08 14:27:40 -0300
commit41c50cc5052e80a7132880b28ff38c52b611c974 (patch)
tree20e1004a8a801270e3e2ff5176ed1d0d9d847b2b /nixos/tests/all-tests.nix
parentc7e546aea1b1fd23fe6acbbeee293f312a98c3be (diff)
downloadnixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.tar
nixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.tar.gz
nixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.tar.bz2
nixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.tar.lz
nixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.tar.xz
nixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.tar.zst
nixpkgs-41c50cc5052e80a7132880b28ff38c52b611c974.zip
nixos/opentabletdriver: add tests
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 c491b559213..8d04f10157e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -281,6 +281,7 @@ in
   openssh = handleTest ./openssh.nix {};
   openstack-image-metadata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).metadata or {};
   openstack-image-userdata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).userdata or {};
+  opentabletdriver = handleTest ./opentabletdriver.nix {};
   image-contents = handleTest ./image-contents.nix {};
   orangefs = handleTest ./orangefs.nix {};
   os-prober = handleTestOn ["x86_64-linux"] ./os-prober.nix {};