Commit 6acda483 authored by Bruno Bigras's avatar Bruno Bigras
Browse files

veilid: add a version passthru.tests

parent 6253ab74
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
, protobuf
, capnproto
, cmake
, testers
, veilid
}:

rustPlatform.buildRustPackage rec {
@@ -52,6 +54,12 @@ rustPlatform.buildRustPackage rec {
    moveToOutput "lib" "$lib"
  '';

  passthru.tests = {
    veilid-version = testers.testVersion {
      package = veilid;
    };
  };

  meta = with lib; {
    description = "Open-source, peer-to-peer, mobile-first, networked application framework";
    homepage = "https://veilid.com";