summaryrefslogtreecommitdiff
path: root/trivial-macroexpand-all.asd
blob: 6e9c25901ca1ea3ccedd82380b76fdce5af0e52d (plain)
1
2
3
4
5
6
7
8
9
;;;; trivial-macroexpand-all.asd

(asdf:defsystem #:trivial-macroexpand-all
  :description "Call each implementation's macroexpand-all equivalent"
  :author "Chris Bagley <chris.bagley@gmail.com>"
  :license "Unlicense"
  :serial t
  :components ((:file "package")
               (:file "trivial-macroexpand-all")))