Add coverage, get to near 100
[sheep] / src / test / package.lisp
1 ; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3.  See distributed LICENSE.txt.
2 (defpackage #:sheep-test (:use :common-lisp)
3  (:export :run-all-tests))
4
5 ; This package is for testing documentation of packages
6 (defpackage #:sheep-unused)