aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 07:36:22 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 07:36:22 +0200
commite78fd7caba9daf44d052f5e67453cd2f74e3d6b8 (patch)
treeb67b3f79a1f84f8d344251619ba108d4b2bf292f /tests/run-tests.scm
parentBroke away routes from server entry-points. (diff)
downloadcalp-e78fd7caba9daf44d052f5e67453cd2f74e3d6b8.tar.gz
calp-e78fd7caba9daf44d052f5e67453cd2f74e3d6b8.tar.xz
Start adding tests for server.
Diffstat (limited to 'tests/run-tests.scm')
-rwxr-xr-xtests/run-tests.scm4
1 files changed, 3 insertions, 1 deletions
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)
)