bunpen: run hare test during build

This commit is contained in:
2024-08-22 13:19:21 +00:00
parent 9b11b64349
commit e737d2e24b
2 changed files with 6 additions and 1 deletions

View File

@@ -7,4 +7,7 @@ install:
mkdir -p $(PREFIX)/bin
install -m755 bunpen $(PREFIX)/bin
.PHONY: all install
test:
hare test src
.PHONY: all install test

View File

@@ -9,6 +9,8 @@
nativeBuildInputs = [ hareHook ];
makeFlags = [ "PREFIX=${builtins.placeholder "out"}" ];
doCheck = true;
meta = {
description = "userspace sandbox helper";
longDescription = ''