summarylogtreecommitdiffstats
path: root/run-tests.lisp
blob: 59ea210dad4b735ce4dedf1dd8595555706f8412 (plain)
1
2
3
4
5
6
7
8
9
10
11
(require "asdf")

(push (uiop/os:getcwd) asdf:*central-registry*)

(asdf:load-system "ironclad/tests")
(asdf:load-system "ironclad-text")

(unless (rtest:do-tests)
  (uiop:quit 1))

(quit)