modular smoke & test system.
Annotate for file /test.lisp
2009-07-02 tobias 1 #|
' 2 MALLOC_CHECK_=3 sbcl --noinform --disable-debugger --noprint --load $0 --end-toplevel-options "$@" || exit 1
' 3 exit 0
' 4 # do not use --script to allow loading mudballs with ${HOME}/.sbclrc
' 5 # Used for testing on darcs record.
' 6 |#
' 7
2010-01-10 tobias 8 (asdf:oos 'asdf:load-op :cl-smoke.commonqt)
' 9 (asdf:oos 'asdf:test-op :cl-smoke.commonqt)
2009-07-02 tobias 10
' 11 (sb-ext:quit)