From 807409d41f8b1a4435ee1cf7ddc3d1a1b9116799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 31 Jan 2022 20:24:18 +0100 Subject: Move stuff from calp/util to hnh/util. This is the first (major) step in splitting the generally useful items into its own library. --- tests/run-tests.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/run-tests.scm') diff --git a/tests/run-tests.scm b/tests/run-tests.scm index 6ec8dea7..9271fc55 100755 --- a/tests/run-tests.scm +++ b/tests/run-tests.scm @@ -47,7 +47,7 @@ (srfi srfi-64) ; test suite (srfi srfi-88) ; suffix keywords (system vm coverage) - ((calp util) :select (for awhen)) + ((hnh util) :select (for awhen)) ;; datetime introduces the reader extensions for datetimes, ;; which leaks into the sandboxes below. (datetime)) @@ -92,7 +92,7 @@ (test-begin "tests") ;; Forces all warnings to be explicitly handled by tests -((@ (calp util exceptions) warnings-are-errors) #t) +((@ (hnh util exceptions) warnings-are-errors) #t) (define (run-with-coverage) (with-code-coverage -- cgit v1.2.3