modular smoke & test system.
Annotate for file /cl-smoke.commonqt.asd
2010-01-10 tobias 1 (defsystem :cl-smoke.commonqt
08:53:29 ' 2 :name :cl-smoke.commonqt
' 3 :version (0 0 1)
' 4 :author "Tobias Rautenkranz"
' 5 :license "GPL with linking exception"
' 6 :description "cl-smoke CommonQt compability layer.
' 7 Allows the usage of cl-smoke using the CommonQt API."
' 8 :depends-on (:cl-smoke.smoke :cl-smoke.qt.gui :cl-ppcre :cffi)
' 9
' 10 :components
' 11 ((:module "src"
' 12 :components
' 13 ((:file "package")
' 14 (:file "signal-slot" :depends-on ("commonqt"))
' 15 (:file "commonqt" :depends-on ("package"))))))
' 16
' 17 (defmethod perform ((o test-op) (c (eql (find-system :cl-smoke.commonqt))))
' 18 (operate 'asdf:load-op :cl-smoke.commonqt-tests)
' 19 (operate 'asdf:test-op :cl-smoke.commonqt-tests))