scaleft: added passthru tests

This commit is contained in:
kashw2 2023-08-10 23:53:02 +10:00
parent 0f2fff269d
commit 37c9f1cafa

View File

@ -31,6 +31,12 @@ stdenv.mkDerivation rec {
patchShebangs $out
'';
passthru.tests.version = testers.testVersion {
package = scaleft;
command = "sft -v";
version = "sft version ${version}";
};
meta = with lib; {
description = "ScaleFT provides Zero Trust software which you can use to secure your internal servers and services";
homepage = "https://www.scaleft.com";