Unverified Commit 3a66c195 authored by Bruno Bigras's avatar Bruno Bigras Committed by GitHub
Browse files

Merge pull request #336592 from bbigras/push-ovrvrtqostsx

veilid: add a version passthru.tests
parents d96115b5 6acda483
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";