Add test coverage check
[wolf] / resources / dircheck / package.lisp
1 ; Copyright XXXX AGPL
2 (defpackage #:something (:use :common-lisp)
3  (:export :a :b :c))
4
5 (defpackage #:nothing
6  (:use :common-lisp)
7  (:export :l))