qotdd/t/README

13 lines
386 B
Plaintext
Raw Normal View History

2018-09-30 01:35:02 -05:00
================================================================================
TESTING FOR :QOTDD
================================================================================
To test :qotdd, make just change directories into the root of the repository;
then, load `t.lisp` from there, like so:
[0]> (load "t/t.lisp")
Then, you can run the tests:
[1]> (qotdd-testing:do-all)