hare: run test suite
This commit is contained in:
parent
1333a3807e
commit
3ea13a6f55
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ stdenv.mkDerivation rec {
|
|||
"PREFIX=${placeholder "out"}"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postInstall =
|
||||
let
|
||||
binPath = lib.makeBinPath [
|
||||
|
|
Loading…
Reference in a new issue