aboutsummaryrefslogtreecommitdiff
path: root/testrunner.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-11-15 01:33:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-16 00:51:19 +0100
commit3b8e600444b79039bad4ab2fa84af3680152c89a (patch)
tree53a7d988fcc8f0282b5b71753c647becbee448cc /testrunner.scm
parentAdd tests for vcomponent grouping utilities. (diff)
downloadcalp-3b8e600444b79039bad4ab2fa84af3680152c89a.tar.gz
calp-3b8e600444b79039bad4ab2fa84af3680152c89a.tar.xz
Fix coverage exceptions.
Diffstat (limited to 'testrunner.scm')
-rwxr-xr-xtestrunner.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/testrunner.scm b/testrunner.scm
index 97981251..8abea1e2 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -48,6 +48,8 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@"
;; (and don't really "run")
"\\(define(-(\\w|-)+)?[*]?\\s"
"read-hash-extend"
+ ;; Syntax-rules are usually covered, but not always
+ "syntax-rules"
"; NOCOV[^\"]*$"))