From f0f7450a34ec5963b800d204b931e071fc4522cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Jun 2022 22:45:06 +0200 Subject: Add LIMIT flag to make check. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 256bd820..cfc45336 100644 --- a/Makefile +++ b/Makefile @@ -84,5 +84,8 @@ GENHTML_FLAGS=--show-details \ coverage: lcov.info genhtml $(GENHTML_FLAGS) --output-directory $@ $< + +LIMIT_FILES=$(LIMIT:%=--only %) + check: - tests/run-tests.scm $(if $(VERBOSE),--verbose) --skip $(PWD)/tests/test/web-server.scm + tests/run-tests.scm $(if $(VERBOSE),--verbose) --skip $(PWD)/tests/test/web-server.scm $(LIMIT_FILES) -- cgit v1.2.3