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

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

(asdf:load-system "ieee-floats")

(uiop:quit (if (asdf:test-system :ieee-floats) 0 1))