aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/run-tests.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm
index 4f871299..6ec8dea7 100755
--- a/tests/run-tests.scm
+++ b/tests/run-tests.scm
@@ -115,7 +115,8 @@
(append modules
'(((srfi srfi-64) test-assert
test-equal test-error
- test-eqv)
+ test-eqv test-eq
+ test-approximate)
((ice-9 ports) call-with-input-string)
((guile) make-struct/no-tail)
)