libinotify-kqueue: enable tests
This commit is contained in:
parent
f4c2ee0049
commit
6f35084ea7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user