bunpen: run hare test
during build
This commit is contained in:
@@ -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
|
||||
|
@@ -9,6 +9,8 @@
|
||||
nativeBuildInputs = [ hareHook ];
|
||||
makeFlags = [ "PREFIX=${builtins.placeholder "out"}" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "userspace sandbox helper";
|
||||
longDescription = ''
|
||||
|
Reference in New Issue
Block a user