1 2 3 4 5 6 7
(require "asdf") (push (uiop/os:getcwd) asdf:*central-registry*) (asdf:load-system "unit-test") (uiop:quit (if (load "testing-tests.lisp") 0 1))