summaryrefslogtreecommitdiff
path: root/mulkutils-tests.asd
blob: a296a71db4b2f9b5a90b7a641be004c485686af8 (plain)
1
2
3
4
5
6
7
(defsystem "mulkutils-tests"
  :description "Unit tests for Matthias Benkard's Mulkutils."
  :author "Matthias Benkard <matthias@benkard.de>"
  :licence "GNU General Public License, version 2 or higher"
  :depends-on (:mulkutils :lift)
  :components ((:file "tests"))
  :serial t)