aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-31 20:24:18 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-31 20:24:18 +0100
commit807409d41f8b1a4435ee1cf7ddc3d1a1b9116799 (patch)
tree41ce7d861f9048863f930b8a9227ca580da17911 /tests/run-tests.scm
parentMove use2dot into scripts subdir. (diff)
downloadcalp-807409d41f8b1a4435ee1cf7ddc3d1a1b9116799.tar.gz
calp-807409d41f8b1a4435ee1cf7ddc3d1a1b9116799.tar.xz
Move stuff from calp/util to hnh/util.
This is the first (major) step in splitting the generally useful items into its own library.
Diffstat (limited to 'tests/run-tests.scm')
-rwxr-xr-xtests/run-tests.scm4
1 files changed, 2 insertions, 2 deletions
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