aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-20 23:06:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-21 00:37:13 +0100
commitdba9c55f0ca32387e3f6214c75181d5245fa471e (patch)
treeb91c4989f2f89ee28781d6644eb6482417c4dbfb /Makefile
parentlet-env now handles non-local exits correctly. (diff)
downloadcalp-dba9c55f0ca32387e3f6214c75181d5245fa471e.tar.gz
calp-dba9c55f0ca32387e3f6214c75181d5245fa471e.tar.xz
add genhtml to make test.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a93fe173..152ff19e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,3 +42,5 @@ README: README.in
test:
tests/run-tests.scm
+ genhtml -o coverage lcov.info
+