From e78fd7caba9daf44d052f5e67453cd2f74e3d6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 12 Aug 2020 07:36:22 +0200 Subject: Start adding tests for server. --- tests/run-tests.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/run-tests.scm') diff --git a/tests/run-tests.scm b/tests/run-tests.scm index 7eb0bb73..b162522d 100755 --- a/tests/run-tests.scm +++ b/tests/run-tests.scm @@ -76,7 +76,9 @@ #:allocation-limit #e10e8 #:module (make-sandbox-module (append modules - '(((srfi srfi-64) test-assert test-equal test-error) + '(((srfi srfi-64) test-assert + test-equal test-error + test-eqv) ((ice-9 ports) call-with-input-string) ((guile) make-struct/no-tail) ) -- cgit v1.2.3