guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help needed with (test-suite lib)


From: Matt Wette
Subject: help needed with (test-suite lib)
Date: Wed, 9 Mar 2016 18:08:00 -0800

I am using test-suite/lib.scm from guile-2.0.11.


Can anyone explain why I am getting “UNRESOLVED” below?  I am expecting “PASS”.   What am I missing?


Thanks,
Matt

mwette$ guile

GNU Guile 2.0.11

Copyright (C) 1995-2014 Free Software Foundation, Inc.


Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.

This program is free software, and you are welcome to redistribute it

under certain conditions; type `,show c' for details.


Enter `,help' for help.

scheme@(guile-user)> (use-modules (test-suite lib))

scheme@(guile-user)> (pass-if "demo" (lambda () #t))

UNRESOLVED: demo

scheme@(guile-user)> 


scheme@(guile-user)> run-test

$1 = #<procedure 1061cc440 at test-suite/lib.scm:323:4 (name expect-pass thunk)>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]