aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-12 22:45:06 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-12 22:45:08 +0200
commitf0f7450a34ec5963b800d204b931e071fc4522cd (patch)
treef3b555f446dddc9313dcc7c484b1828ca2a93a91 /Makefile
parentAdd explaining comment to get-terminal-size. (diff)
downloadcalp-f0f7450a34ec5963b800d204b931e071fc4522cd.tar.gz
calp-f0f7450a34ec5963b800d204b931e071fc4522cd.tar.xz
Add LIMIT flag to make check.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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)