aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-05-18 00:14:38 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-05-18 00:14:38 +0200
commitaf43f49c8111cf2075f17dc5b254aab3a6f8b24e (patch)
tree19c746ed309e97fbdfb9cfe282a72611c8fd7610
parentAdd test for remove-child! (diff)
downloadcalp-af43f49c8111cf2075f17dc5b254aab3a6f8b24e.tar.gz
calp-af43f49c8111cf2075f17dc5b254aab3a6f8b24e.tar.xz
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.
-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