Replace mudballs with asdf and support the modular smoke.
test.lisp
Sat Apr 3 19:17:59 CEST 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Replace mudballs with asdf and support the modular smoke.
--- old-kde.tests/test.lisp 1970-01-01 01:00:00.000000000 +0100
+++ new-kde.tests/test.lisp 2014-10-30 07:20:54.000000000 +0100
@@ -0,0 +1,9 @@
+#|
+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)