Support modular smoke & cleanup.
Annotate for file test.lisp
2009-04-06 tobias 1 #|
2009-08-30 tobias 2 echo \
14:12:44 ' 3 "################
' 4 ## Testing sbcl
' 5 ################"
2009-06-22 tobias 6 MALLOC_CHECK_=3 sbcl --noinform --disable-debugger --noprint --load $0 --end-toplevel-options "$@" || exit 1
2009-08-30 tobias 7 echo \
14:12:44 ' 8 "###############
' 9 ## Testing sbcl image
' 10 ################"
2010-01-10 tobias 11 sh ./test-bundle.sh || exit 2
2009-08-30 tobias 12 echo \
14:12:44 ' 13 "###############
' 14 ## Testing ccl
' 15 ################"
2009-06-30 tobias 16 ccl --batch --quiet --load $0 || exit 3
2009-05-14 tobias 17 exit 0
2009-04-06 tobias 18 # Used for testing on darcs record.
11:48:20 ' 19 |#
' 20
2010-01-10 tobias 21 (require :asdf)
08:49:36 ' 22 (asdf:operate 'asdf:load-op :cl-smoke.smoke)
' 23 (asdf:operate 'asdf:test-op :cl-smoke.smoke)
2009-04-06 tobias 24
2009-06-30 tobias 25 #+sbcl (sb-ext:quit)
22:47:39 ' 26 #+ccl (ccl:quit)