mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
sbcl: doCheck = true
This commit is contained in:
parent
98b00b6947
commit
094f6b98c7
@ -161,6 +161,13 @@ stdenv.mkDerivation rec {
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
# From the INSTALL docs
|
||||
checkPhase = ''
|
||||
(cd tests && sh run-tests.sh)
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user