summary refs log tree commit diff
path: root/tests/run.scm
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-19 17:03:36 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-19 17:03:36 +0100
commit824bf7c8794b317e1a45e8f8787871194a165fcb (patch)
tree6cc55a6b40973fc71f1a836cc460729f975acb61 /tests/run.scm
parent5bde1a7f4936e991c86da20fe0a143b527161ae2 (diff)
downloadmew-824bf7c8794b317e1a45e8f8787871194a165fcb.tar.gz
mew-824bf7c8794b317e1a45e8f8787871194a165fcb.tar.xz
mew-824bf7c8794b317e1a45e8f8787871194a165fcb.zip
add err library
Diffstat (limited to 'tests/run.scm')
-rw-r--r--tests/run.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run.scm b/tests/run.scm
index 63df004..4f50a31 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -1 +1,4 @@
 (load "test.mew")
+(load "test-err.scm")
+
+(test-exit)