initial import
Annotate for file qt.tests.mbd
2009-04-02 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
22:17:02 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :qt.tests ()
' 6 (:version 0 0 1)
' 7 (:documentation "Qt unit tests.")
' 8 (:needs :qt :qt.test :FiveAM :trivial-garbage)
' 9 (:components
' 10 ("src" module
' 11 (:components "package"
' 12 ("tests" (:needs "package"))
' 13 ("qbytearray" (:needs "tests"))
' 14 ("qstring" (:needs "tests"))
' 15 ("overload" (:needs "tests"))
' 16 ("gc" (:needs "tests"))
' 17 ("variant" (:needs "tests"))
' 18 ("application" (:needs "tests"))
' 19 ("signal-slot" (:needs "tests"))
' 20 ("thread" (:needs "tests"))
' 21 ("properties" (:needs "tests"))
' 22 ("click" (:needs "tests"))))))