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

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

(asdf:load-system "fiasco")
(asdf:load-system "fiasco-self-tests")

(uiop:quit (if (fiasco:run-tests
                 (quote (:fiasco-basic-self-tests
                         :fiasco-intro-example
                         :fiasco-suite-tests))) 0 1))