aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
blob: bbeb7d4bc8b688bb36c2d98119813a990fdfba78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;;;; package.lisp

(defpackage #:testiere
  (:use #:cl #:testiere.legacy)
  (:import-from #:trivia #:ematch)
  (:export
   #:on
   #:off
   #:register-hook
   #:run-suites
   ;; legacy
   #:defun/t
   #:with-stub
   #:with-stubs))