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:
parent
d0301eac2c
commit
6059c99fc2
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue