Commit 8ccf4cf4 authored by Robert Schütz's avatar Robert Schütz
Browse files

libwacom: add libwacom-surface to passthru.tests

parent a32e37df
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  libgudev,
  python3,
  valgrind,
  libwacom-surface,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -72,7 +73,8 @@ stdenv.mkDerivation (finalAttrs: {
    ]))
  ];

  passthru = {
  passthru.tests = {
    inherit libwacom-surface;
    tests = finalAttrs.finalPackage.overrideAttrs { doCheck = true; };
  };