git.fiddlerwoaroof.com
cl-yaml-test.asd
b378f180
 (defsystem cl-yaml-test
   :author "Fernando Borretti <eudoxiahp@gmail.com>"
   :license "MIT"
29ba666f
   :description "cl-yaml tests."
b378f180
   :depends-on (:cl-yaml
85d0b811
                :fiveam
52f17e68
                :alexandria
                :yason
                :generic-comparability
                :cl-fad
                :trivial-benchmark)
b378f180
   :components ((:module "t"
                 :serial t
                 :components
289d91bb
                 ((:file "float")
8312a7c4
                  (:file "scalar")
289d91bb
                  (:file "parser")
5a0596e0
                  (:file "emitter")
90e18416
                  (:file "emitter2")
                  (:file "round-trip")
52f17e68
                  (:file "spec")
                  (:file "bench")
b378f180
                  (:file "cl-yaml")))))