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

(defpackage #:testiere
  (:use #:cl)
  (:import-from #:trivia #:ematch)
  (:export
   #:on
   #:off
   #:register-hook
   #:run-suites))