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