From af43f49c8111cf2075f17dc5b254aab3a6f8b24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 18 May 2022 00:14:38 +0200 Subject: Add check rule to makefile. The old test generates coverage, which while good is rather slow. Running the tests this way is a way faster. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3