On 19/06/13 14:58, Raffaele Ricciardi wrote:
> (ql:quickload :nst)
>
> (nst:def-test-group my-test-group ()
> (nst:def-test my-test (:equal "my string") "my string"))
Follow up with:
(nst:nst-cmd :run my-test-group)
For other options:
(nst:nst-cmd :help)
Thanks to the NST author for his quick reply.