docfd: add passthru test

This commit is contained in:
John Garcia 2024-04-03 12:42:28 +01:00
parent 04e15baaad
commit dee679f466

View File

@ -3,6 +3,8 @@
, fetchFromGitHub , fetchFromGitHub
, python3 , python3
, dune_3 , dune_3
, testers
, docfd
}: }:
ocamlPackages.buildDunePackage rec { ocamlPackages.buildDunePackage rec {
@ -35,6 +37,10 @@ ocamlPackages.buildDunePackage rec {
yojson yojson
]; ];
passthru.tests.version = testers.testVersion {
package = docfd;
};
meta = with lib; { meta = with lib; {
description = "TUI multiline fuzzy document finder"; description = "TUI multiline fuzzy document finder";
longDescription = '' longDescription = ''