forked from mirrors/nixpkgs
rhash: run functional tests not consistency of source dist :)
This commit is contained in:
parent
bffabe5de1
commit
994c3eaec8
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
checkTarget = "test-full";
|
||||
|
||||
installTargets = [ "install" "install-lib-shared" "install-lib-so-link" "install-lib-headers" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue