License
Annotate for file kde.tests.mbd
2010-04-03 tobias 1 ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
17:17:59 ' 2
' 3 (in-package :sysdef-user)
' 4
' 5 (define-system :kde.tests ()
' 6 (:version 0 0 1)
' 7 (:documentation "KDE unit tests.")
' 8 (:author "Tobias Rautenkranz")
2009-04-14 tobias 9 (:license "GPL with linking exception")
2010-04-03 tobias 10 (:needs :kde :FiveAM :qt.test)
17:17:59 ' 11 (:components
' 12 ("src" module
' 13 (:components "package"
' 14 ("tests" (:needs "package"))
' 15 ("click" (:needs "tests"))))))