libfaketime: run tests

This commit is contained in:
Bjørn Forsman
2025-05-27 23:28:58 +02:00
parent ae903ee043
commit f870c6ccc8
+2
View File
@@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
nativeCheckInputs = [ perl ];
doCheck = true;
meta = with lib; {
description = "Report faked system time to programs without having to change the system-wide time";
homepage = "https://github.com/wolfcw/libfaketime/";