Test setf value for variant, nil variant & operator conversion,
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)
' 11 (:components
2009-05-11 tobias 12 ("src" module
14:18:40 ' 13 (:components
' 14 "package"
' 15 ("tests" (:needs "package"))
' 16 ("qbytearray" (:needs "tests"))
' 17 ("qstring" (:needs "tests"))
' 18 ("overload" (:needs "tests"))
' 19 ("gc" (:needs "tests"))
' 20 ("variant" (:needs "tests"))
' 21 ("application" (:needs "tests"))
' 22 ("signal-slot" (:needs "tests"))
' 23 ("operators" (:needs "tests"))
' 24 ("thread" (:needs "tests"))
' 25 ("properties" (:needs "tests"))
' 26 ("click" (:needs "tests"))))))