merecat: add version test

Changed files
+9
pkgs
servers
http
merecat
+9
pkgs/servers/http/merecat/default.nix
···
, pkg-config
, libconfuse
, libxcrypt
+
, testers
+
, merecat
}:
stdenv.mkDerivation rec {
···
libconfuse
libxcrypt
];
+
+
passthru.tests = {
+
testVersion = testers.testVersion {
+
package = merecat;
+
command = "merecat -V";
+
};
+
};
meta = with lib; {
description = "Small and made-easy HTTP/HTTPS server based on Jef Poskanzer's thttpd";