uses-macros-from :smoke
Annotate for file qt.tests.mbd
2010-01-10 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
08:57:03 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :qt.tests ()
' 6 (:version 0 0 1)
' 7 (:documentation "Qt unit tests.")
' 8 (:author "Tobias Rautenkranz")
' 9 (:license "GPL with linking exception")
' 10 (:needs :qt :qt.test :FiveAM :trivial-garbage)
2009-06-21 tobias 11 (:uses-macros-from :smoke)
2010-01-10 tobias 12 (:components
08:57:03 ' 13 ("src" module
' 14 (:components
' 15 "package"
' 16 ("tests" (:needs "package"))
' 17 ("qbytearray" (:needs "tests"))
' 18 ("qstring" (:needs "tests"))
' 19 ("overload" (:needs "tests"))
2009-08-30 tobias 20 ("gc" (:needs "tests"))
2010-01-10 tobias 21 ("variant" (:needs "tests"))
08:57:03 ' 22 ("application" (:needs "tests"))
' 23 ("signal-slot" (:needs "tests"))
' 24 ("operators" (:needs "tests"))
' 25 ("undo" (:needs "tests"))
' 26 ("abort" (:needs "tests"))
' 27 ("object" (:needs "tests"))
' 28 ("thread" (:needs "tests"))
' 29 ("properties" (:needs "tests"))
' 30 ("click" (:needs "tests"))))))