ASDF & modular smoke.
Annotate for file /test.lisp
2009-04-06 tobias 1 #|
11:50:14 ' 2 exec -a "$0" sbcl --noinform --noprint --disable-debugger --load $0 --end-toplevel-options "$@"
' 3 # Used for testing on darcs record.
' 4 |#
' 5
2010-01-10 tobias 6 (asdf:operate 'asdf:load-op :cl-smoke.qt.tests)
08:57:03 ' 7 (asdf:operate 'asdf:test-op :cl-smoke.qt.tests)
2009-04-06 tobias 8
11:50:14 ' 9 (sb-ext:quit)