Replace mudballs with ASDF and support the modular Smoke.
test.lisp
Sat Apr 3 19:19:09 CEST 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Replace mudballs with ASDF and support the modular Smoke.
--- old-kde.examples/test.lisp 1970-01-01 01:00:00.000000000 +0100
+++ new-kde.examples/test.lisp 2014-10-30 07:19:30.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.examples)
+(asdf:operate 'asdf:test-op :cl-smoke.kde.examples)
+
+(sb-ext:quit)