summaryrefslogtreecommitdiff
path: root/t/package.lisp
blob: 28a24c24ea0ec7ea2e64ede49a4ca1edebaacde3 (plain)
1
2
3
4
5
(defpackage #:rva-tests
  (:use #:cl #:fiveam)
  (:export #:run!
           #:test-rva
           #:all-tests))