From 3b8e600444b79039bad4ab2fa84af3680152c89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 15 Nov 2023 01:33:51 +0100 Subject: Fix coverage exceptions. --- testrunner.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testrunner.scm') 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[^\"]*$")) -- cgit v1.2.3