summarylogtreecommitdiffstats
path: root/run-tests.lisp
blob: 75117ac4b1e82c475b244d467030d950e05fc689 (plain)
1
2
3
4
5
6
7
8
(require "asdf")

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

(asdf:load-system "esrap/tests")
(asdf:load-system "fiveam")

(uiop:quit (if (asdf:test-system "esrap") 0 1))