Test operator functions
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 (:needs :qt :qt.test :FiveAM :trivial-garbage)
' 9 (:components
2009-05-11 tobias 10 ("src" module
14:18:40 ' 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"))
2009-04-12 tobias 20 ("operators" (:needs "tests"))
2009-05-11 tobias 21 ("thread" (:needs "tests"))
14:18:40 ' 22 ("properties" (:needs "tests"))
' 23 ("click" (:needs "tests"))))))