cl-pcg.test.asd @ 9e2c59c4c13d

Add `:homepage` to `defsystem`
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jan 2018 15:50:53 -0500
parents 555f4470bf64
children (none)
(asdf:defsystem :cl-pcg.test
  :description "Test suite for cl-pcg"

  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT"

  :depends-on (:cl-pcg :1am)

  :serial t
  :components ((:file "package.test")
               (:module "test"
                :serial t
                :components ((:file "tests"))))

  :perform (asdf:test-op
             (op system)
             (uiop:symbol-call :pcg.test :run-tests)))