lz4: remove test restrictions

Tests are still disabled by default.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-30 18:44:43 +02:00
parent 6c6201a99b
commit c0f59dc0bb

View file

@ -17,9 +17,8 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out)";
doCheck = false;
doCheck = false; # tests take a very long time
checkTarget = "test";
checkFlags = "-j1 -C programs"; # -j1 required since version 128, -C should be temporary
meta = with stdenv.lib; {
description = "Extremely fast compression algorithm";