aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/run-tests.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm
index fd91c264..5aba4f4f 100755
--- a/tests/run-tests.scm
+++ b/tests/run-tests.scm
@@ -68,6 +68,9 @@
;; but is initially bound to #f.
(test-begin "tests")
+;; Forces all warnings to be explicitly handled by tests
+((@ (calp util exceptions) warnings-are-errors) #t)
+
(for fname in files
(format (current-error-port) "Running test ~a~%" fname)
(test-group