aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-27 17:04:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:25 +0100
commitf076e9cedf6f12e17345df7e65534330c5a36bac (patch)
tree3c1a6665c79e345540468a8a16655e04e71c14aa
parentAdd some tests for vulgar. (diff)
downloadcalp-f076e9cedf6f12e17345df7e65534330c5a36bac.tar.gz
calp-f076e9cedf6f12e17345df7e65534330c5a36bac.tar.xz
Allow NOCOV comments.
-rwxr-xr-xtestrunner.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/testrunner.scm b/testrunner.scm
index 2f6ca943..3b73ea0d 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -47,7 +47,8 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@"
;; All definitions are ignored, since they quite often are missed
;; (and don't really "run")
"\\(define(-(\\w|-)+[*]?)?\\s"
- "read-hash-extend"))
+ "read-hash-extend"
+ "; NOCOV[^\"]*$"))