brotli: run tests

This commit is contained in:
Will Dietz 2018-01-23 06:29:03 -06:00
parent 55a186bb21
commit 4c36d7e521

View File

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "lib" ];
doCheck = true;
checkTarget = "test";
# This breaks on Darwin because our cmake hook tries to make a build folder
# and the wonderful bazel BUILD file is already there (yay case-insensitivity?)
prePatch = "rm BUILD";