soupault: add version test
This commit is contained in:
parent
82eb1d080a
commit
2e5e98b4e4
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib
|
||||
, fetchFromGitea
|
||||
, ocamlPackages
|
||||
, soupault
|
||||
, testers
|
||||
}:
|
||||
|
||||
ocamlPackages.buildDunePackage rec {
|
||||
|
@ -37,6 +39,11 @@ ocamlPackages.buildDunePackage rec {
|
|||
yaml
|
||||
];
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = soupault;
|
||||
command = "soupault --version-number";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A tool that helps you create and manage static websites";
|
||||
homepage = "https://soupault.app/";
|
||||
|
|
Loading…
Reference in a new issue