docfd: add passthru test

This commit is contained in:
John Garcia 2024-04-03 12:42:28 +01:00
parent 04e15baaad
commit dee679f466
1 changed files with 6 additions and 0 deletions

View File

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