scaleft: added passthru tests

kashw2 37c9f1ca 0f2fff26

+6
+6
pkgs/applications/networking/scaleft/default.nix
··· 31 patchShebangs $out 32 ''; 33 34 meta = with lib; { 35 description = "ScaleFT provides Zero Trust software which you can use to secure your internal servers and services"; 36 homepage = "https://www.scaleft.com";
··· 31 patchShebangs $out 32 ''; 33 34 + passthru.tests.version = testers.testVersion { 35 + package = scaleft; 36 + command = "sft -v"; 37 + version = "sft version ${version}"; 38 + }; 39 + 40 meta = with lib; { 41 description = "ScaleFT provides Zero Trust software which you can use to secure your internal servers and services"; 42 homepage = "https://www.scaleft.com";