aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/coverage-supplement.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-08 11:29:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-08 11:29:21 +0200
commitd8a52af2520d14035fc3a36a7aa3569f9856380a (patch)
treed4ef88ad3fec5acb40581c2d4d048b2a7ca11eae /tests/unit/coverage-supplement.scm
parentRepair litmus test. (diff)
downloadcalp-d8a52af2520d14035fc3a36a7aa3569f9856380a.tar.gz
calp-d8a52af2520d14035fc3a36a7aa3569f9856380a.tar.xz
Further rewrite of testrunner.
Move many of the atomic procedures into proper libraries.
Diffstat (limited to 'tests/unit/coverage-supplement.scm')
-rw-r--r--tests/unit/coverage-supplement.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/unit/coverage-supplement.scm b/tests/unit/coverage-supplement.scm
new file mode 100644
index 00000000..9fb2f6d6
--- /dev/null
+++ b/tests/unit/coverage-supplement.scm
@@ -0,0 +1,13 @@
+;;; Guile's coverage system sometimes miss some definitions.
+;;; Add these here so the output gets green.
+;;; However, always start by attempting to add more tests to fill
+;;; in the coverage.
+;;;
+;;; Each entry in this file should be a list consisting of:
+;;; - The filename, relative calp's root
+;;; - The sha256-sum of that file
+;;; - Any number of lines which should be marked as covered.
+(("module/vcomponent/base.scm"
+ "f98a3887020c400595bcc32805f968ebebca685bc1c18ef1f1531f55d9f72ec1"
+ 73 83 108 1)
+ )