Replace mudballs with asdf and support the modular smoke.
Sat Apr 3 19:17:59 CEST 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Replace mudballs with asdf and support the modular smoke.
hunk ./kde.tests.mbd 1
-;;;; -*- Mode: lisp; indent-tabs-mode: nil -*-
-
-(in-package :sysdef-user)
-
-(define-system :kde.tests ()
- (:version 0 0 1)
- (:documentation "KDE unit tests.")
- (:author "Tobias Rautenkranz")
- (:license "GPL with linking exception")
- (:needs :kde :FiveAM :qt.test)
- (:components [_$_]
- ("src" module
- (:components "package"
- ("tests" (:needs "package"))
- ("click" (:needs "tests"))))))
rmfile ./kde.tests.mbd
hunk ./src/click.lisp 1
-(in-package :kde.tests)
+(in-package :cl-smoke.kde.tests)
hunk ./src/package.lisp 1
-(defpackage :kde.tests
+(defpackage :cl-smoke.kde.tests
hunk ./src/tests.lisp 1
-(in-package :kde.tests)
+(in-package :cl-smoke.kde.tests)
addfile ./test.lisp
hunk ./test.lisp 1
+#|
+exec -a "$0" sbcl --noinform --noprint --disable-debugger --load $0 --end-toplevel-options "$@"
+# Used for testing on darcs record.
+|#
+
+(asdf:operate 'asdf:load-op :cl-smoke.kde.tests)
+(asdf:operate 'asdf:test-op :cl-smoke.kde.tests)
+
+(sb-ext:quit)
changepref test
sh test.lisp