blink: use checkTarget
This commit is contained in:
parent
4627ee741d
commit
e86547dd43
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
# 'make check' requires internet connection
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
make test
|
||||
'';
|
||||
checkTarget = "test";
|
||||
|
||||
meta = {
|
||||
description = "Tiniest x86-64-linux emulator";
|
||||
|
|
Loading…
Reference in a new issue