nixos/opentabletdriver: add tests

This commit is contained in:
Thiago Kenji Okada
2021-01-08 14:27:40 -03:00
parent c7e546aea1
commit 41c50cc505
3 changed files with 33 additions and 0 deletions
@@ -17,6 +17,7 @@
, copyDesktopItems
, makeDesktopItem
, makeWrapper
, nixosTests
, wrapGAppsHook
}:
@@ -154,6 +155,10 @@ stdenv.mkDerivation rec {
dontWrapGApps = true;
dontStrip = true;
passthru.tests = {
otd-runs = nixosTests.opentabletdriver;
};
meta = with lib; {
description = "Open source, cross-platform, user-mode tablet driver";
homepage = "https://github.com/InfinityGhost/OpenTabletDriver";