From dba9c55f0ca32387e3f6214c75181d5245fa471e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 20 Dec 2021 23:06:15 +0100 Subject: add genhtml to make test. --- .gitignore | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f4c88a51..b27c1c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.x /html +coverage 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 + -- cgit v1.2.3