Unverified Commit cc390604 authored by h7x4's avatar h7x4
Browse files

cyme: add passthru.tests.version

parent 2804d70d
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
, libusb1
, udev
, nix-update-script
, testers
, cyme
}:

rustPlatform.buildRustPackage rec {
@@ -46,7 +48,12 @@ rustPlatform.buildRustPackage rec {
    "--skip=test_run"
  ];

  passthru.updateScript = nix-update-script { };
  passthru = {
    updateScript = nix-update-script { };
    tests.version = testers.testVersion {
      package = cyme;
    };
  };

  meta = with lib; {
    homepage = "https://github.com/tuna-f1sh/cyme";