summaryrefslogtreecommitdiff
path: root/t/main.lisp
blob: 0bb62db63ce5faa983a915304fc708a4943257e9 (plain)
1
2
3
4
5
6
7
8
9
(in-package #:rva-tests)

(def-suite all-tests
  :description "The master suite of rva tests.")

(in-suite all-tests)

(defun test-rva ()
  (run! 'all-tests))