Support ASDF instead of Mudballs.
qt.test.mbd
Sun Dec 13 13:46:46 CET 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Support ASDF instead of Mudballs.
--- old-qt.test/qt.test.mbd 2014-10-30 07:53:16.000000000 +0100
+++ new-qt.test/qt.test.mbd 1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
-
-(in-package :sysdef-user)
-
-(define-system :qt.test ()
- (:version 0 0 1)
- (:documentation "Qt Test module for GUI testing.")
- (:keywords "test" "testing" "GUI")
- (:author "Tobias Rautenkranz")
- (:license "GPL with linking exception")
- (:uses-macros-from :smoke)
- (:components
- ("src" module
- (:components
- "package"
- ("qt.test" (:needs "package")))))
- (:needs :qt))