From 48f122193d0505d5bed16cae76dfe77acc51cf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 16 Nov 2023 00:33:50 +0100 Subject: Ignore coverage for util atomic. With mutex is almost impossible to test, and it would really only be testing Guile's built in functionallity. --- tests/unit/coverage-supplement.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/unit/coverage-supplement.scm') diff --git a/tests/unit/coverage-supplement.scm b/tests/unit/coverage-supplement.scm index d236c68b..aaa2cc01 100644 --- a/tests/unit/coverage-supplement.scm +++ b/tests/unit/coverage-supplement.scm @@ -87,6 +87,11 @@ "a0dc01c5bf4d2202d6f024e882abafebfb243d09d26fcf0e70008084bbd9c2f3" 2) + ;; with-mutex is pretty much impossible to test + ("module/hnh/util/atomic.scm" + "c81f950ccc84e33b4382f9a69f75092da0db268e946835f1950da7d7b8fb41d1" + 2) + ;; Only defines configuration parametrs, nothing to test -- cgit v1.2.3