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

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