aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)