[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 02/04: interp.test: add missing (test-suite lib) depende
From: |
Rob Browning |
Subject: |
[Guile-commits] 02/04: interp.test: add missing (test-suite lib) dependency |
Date: |
Sun, 14 Apr 2024 17:29:21 -0400 (EDT) |
rlb pushed a commit to branch main
in repository guile.
commit 6059c99fc28d841229f72e237c6aa09f0311f894
Author: Rob Browning <rlb@defaultvalue.org>
AuthorDate: Fri Aug 25 16:36:34 2023 -0500
interp.test: add missing (test-suite lib) dependency
* test-suite/tests/interp.test: use (test-suite lib)
---
test-suite/tests/interp.test | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test-suite/tests/interp.test b/test-suite/tests/interp.test
index 5f3e2aaf7..7497094a8 100644
--- a/test-suite/tests/interp.test
+++ b/test-suite/tests/interp.test
@@ -16,6 +16,9 @@
;;;; License along with this library; if not, write to the Free Software
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
+(define-module (test-suite test-interp)
+ #:use-module (test-suite lib))
+
(pass-if "Internal defines 1"
(letrec ((foo (lambda (arg)
(or arg (and (procedure? foo)