Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:beginner:testing [2019/07/11 13:05] gkazhoyatutorials:beginner:testing [2019/07/11 13:07] – [Setting up the infrastructure and our first test] gkazhoya
Line 19: Line 19:
 <code lisp> <code lisp>
 (defsystem cram-my-beginner-tutorial-tests (defsystem cram-my-beginner-tutorial-tests
-  :depends-on (cram-my-beginner-tutorial +  :depends-on (cram-my-beginner-tutorial
                lisp-unit))                lisp-unit))
 </code> </code>