aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 350a7d3a..ed335145 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
.PHONY: all clean test \
+ check \
static \
go_files \
lcov.info
@@ -82,3 +83,6 @@ GENHTML_FLAGS=--show-details \
coverage: lcov.info
genhtml $(GENHTML_FLAGS) --output-directory $@ $<
+
+check:
+ tests/run-tests.scm --skip $(PWD)/tests/test/web-server.scm