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