Add test coverage check
[wolf] / resources / dircheck / package.lisp
diff --git a/resources/dircheck/package.lisp b/resources/dircheck/package.lisp
new file mode 100644 (file)
index 0000000..c3554d6
--- /dev/null
@@ -0,0 +1,7 @@
+; Copyright XXXX AGPL
+(defpackage #:something (:use :common-lisp)
+ (:export :a :b :c))
+
+(defpackage #:nothing
+ (:use :common-lisp)
+ (:export :l))