From: Stefan Lendl Date: Tue, 2 Apr 2024 11:07:41 +0000 (+0200) Subject: tests: run tests in sbuild X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1b37d31170f8af5a38db37eecf0f3c97870c4288;p=matthieu%2Fpve-network.git tests: run tests in sbuild Signed-off-by: Stefan Lendl Reviewed-by: Max Carrara Tested-by: Max Carrara Tested-By: Stefan Hanreich --- diff --git a/src/Makefile b/src/Makefile index c9dee4c..c4056b4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ clean: .PHONY: test test: - [ -e /run/lock/sbuild ] || $(MAKE) -C $@ + $(MAKE) -C $@ .PHONY: install install: