Replace mudballs with ASDF and support the modular Smoke.
Annotate for file /test.lisp
2010-04-03 tobias 1 #|
17:19:09 ' 2 exec -a "$0" sbcl --noinform --noprint --disable-debugger --load $0 --end-toplevel-options "$@"
' 3 # Used for testing on darcs record.
' 4 |#
' 5
' 6 (asdf:operate 'asdf:load-op :cl-smoke.kde.examples)
' 7 (asdf:operate 'asdf:test-op :cl-smoke.kde.examples)
' 8
' 9 (sb-ext:quit)