git.fiddlerwoaroof.com
Browse code

Add benchmarks to tests ASD

Fernando Borretti authored on 03/10/2013 19:23:34
Showing 1 changed files
... ...
@@ -5,5 +5,6 @@
5 5
                :fiveam)
6 6
   :components ((:module "t"
7 7
                 :components
8
-                ((:file "cl-yaml"))))
8
+                ((:file "cl-yaml")
9
+		 (:file "bench"))))
9 10
   :perform (load-op :after (op c) (asdf:clear-system c)))