libinotify-kqueue: enable tests

This commit is contained in:
Yegor Timoshenko 2018-08-10 12:22:19 +03:00
parent f4c2ee0049
commit 6f35084ea7

View file

@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
doCheck = true;
checkFlags = [ "test" ];
meta = with stdenv.lib; {
description = "Inotify shim for macOS and BSD";
homepage = https://github.com/libinotify-kqueue/libinotify-kqueue;