File: cl-mustache-test.asd

package info (click to toggle)
cl-mustache 0.12.1-9-g684f227-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: lisp: 1,860; sh: 20; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
(asdf:defsystem cl-mustache-test
  :version "2.0.0"
  :author "Kan-Ru Chen <kanru@kanru.info>"
  :licence "MIT/Expat"
  :description "Test for CL-MUSTACHE"
  :depends-on ("cl-mustache" "prove")
  :defsystem-depends-on (:prove-asdf)
  :components ((:module "t"
                :components
                ((:test-file "test-spec")
                 (:test-file "test-api")
                 (:static-file "test.mustache")))))