re2: enable check, installCheck
This commit is contained in:
parent
9ecdc72b36
commit
6a1ade5fca
@ -17,6 +17,13 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile --replace "SED_INPLACE=sed -i '''" "SED_INPLACE=sed -i"
|
substituteInPlace Makefile --replace "SED_INPLACE=sed -i '''" "SED_INPLACE=sed -i"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preCheck = "patchShebangs runtests";
|
||||||
|
doCheck = true;
|
||||||
|
checkTarget = "test";
|
||||||
|
|
||||||
|
doInstallCheck = true;
|
||||||
|
installCheckTarget = "testinstall";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/google/re2;
|
homepage = https://github.com/google/re2;
|
||||||
description = "An efficient, principled regular expression library";
|
description = "An efficient, principled regular expression library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user