git.fiddlerwoaroof.com
Browse code

Fix tests .asd not compiling serially, remove dep on cl-autowrap

Bump up the version number cause why not

Fernando Borretti authored on 27/10/2013 20:36:46
Showing 2 changed files
... ...
@@ -4,6 +4,7 @@
4 4
   :depends-on (:cl-yaml
5 5
                :fiveam)
6 6
   :components ((:module "t"
7
+                :serial t
7 8
                 :components
8 9
                 ((:file "cl-yaml")
9 10
 		 (:file "bench"))))
... ...
@@ -46,11 +46,10 @@
46 46
       t))
47 47
 
48 48
 (defsystem cl-yaml
49
-  :version "0.1"
49
+  :version "0.2"
50 50
   :author "Fernando Borretti"
51 51
   :license "MIT"
52 52
   :depends-on (:cffi
53
-               :cl-autowrap
54 53
                :split-sequence)
55 54
   :serial t
56 55
   :components ((:module "src"