qotdd/t
Jaidyn Lev b55ddaa3e5 Started adding tests 2018-09-30 01:35:02 -05:00
..
README Started adding tests 2018-09-30 01:35:02 -05:00
misc.lisp Started adding tests 2018-09-30 01:35:02 -05:00
package.lisp Started adding tests 2018-09-30 01:35:02 -05:00
string.lisp Started adding tests 2018-09-30 01:35:02 -05:00
t.lisp Started adding tests 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)