mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
jhead: enable tests
This commit is contained in:
parent
5726fc02de
commit
174bd27ec8
@ -15,6 +15,19 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "CPPFLAGS=" "CFLAGS=-O3" "LDFLAGS=" ];
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
||||
(
|
||||
cd tests
|
||||
patchShebangs runtests pretend-editor
|
||||
./runtests
|
||||
)
|
||||
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p \
|
||||
$out/bin \
|
||||
|
Loading…
Reference in New Issue
Block a user