blink: use checkTarget

This commit is contained in:
Ilan Joselevich 2023-06-05 14:52:08 +03:00
parent 4627ee741d
commit e86547dd43
No known key found for this signature in database

View File

@ -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";