initial import
qt.tests.mbd
Fri Apr 3 00:17:02 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* initial import
--- old-qt.tests/qt.tests.mbd 1970-01-01 01:00:00.000000000 +0100
+++ new-qt.tests/qt.tests.mbd 2014-10-30 07:59:35.000000000 +0100
@@ -0,0 +1,22 @@
+;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
+
+(in-package :sysdef-user)
+
+(define-system :qt.tests ()
+ (:version 0 0 1)
+ (:documentation "Qt unit tests.")
+ (:needs :qt :qt.test :FiveAM :trivial-garbage)
+ (:components
+ ("src" module
+ (:components "package"
+ ("tests" (:needs "package"))
+ ("qbytearray" (:needs "tests"))
+ ("qstring" (:needs "tests"))
+ ("overload" (:needs "tests"))
+ ("gc" (:needs "tests"))
+ ("variant" (:needs "tests"))
+ ("application" (:needs "tests"))
+ ("signal-slot" (:needs "tests"))
+ ("thread" (:needs "tests"))
+ ("properties" (:needs "tests"))
+ ("click" (:needs "tests"))))))