From d00fea566004e67161ee45246b239fff5d416b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Dec 2021 16:17:28 +0100 Subject: Cleanup modules. Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures. --- tests/run-tests.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/run-tests.scm') 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) ) -- cgit v1.2.3