Allow deriving from multiple C++ classes.
test.lisp
Sun Aug 30 16:12:44 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Allow deriving from multiple C++ classes.
--- old-smoke/test.lisp 2014-10-30 08:11:11.000000000 +0100
+++ new-smoke/test.lisp 2014-10-30 08:11:11.000000000 +0100
@@ -1,6 +1,18 @@
#|
+echo \
+"################
+## Testing sbcl
+################"
MALLOC_CHECK_=3 sbcl --noinform --disable-debugger --noprint --load $0 --end-toplevel-options "$@" || exit 1
+echo \
+"###############
+## Testing sbcl image
+################"
sh ./test-bundle.sh || exit 2
+echo \
+"###############
+## Testing ccl
+################"
ccl --batch --quiet --load $0 || exit 3
exit 0
# do not use --script to allow loading mudballs with ${HOME}/.sbclrc