1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

interp.test: add missing (test-suite lib) dependency

* test-suite/tests/interp.test: use (test-suite lib)
This commit is contained in:
Rob Browning 2023-08-25 16:36:34 -05:00
parent d0301eac2c
commit 6059c99fc2

View file

@ -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)