Support modular smoke & cleanup.
Annotate for file /test-bundle.sh
2009-05-14 tobias 1 #!/bin/sh
12:07:00 ' 2 if [[ $# -ne 0 ]]; then
' 3 echo "Test cl-smoke bundle creation."
' 4 echo "Usage: $0"
' 5 exit 1
' 6 fi
' 7
2010-01-10 tobias 8 MALLOC_CHECK_=3 sbcl --eval '(require :cl-smoke.qt.tests)' \
2009-05-14 tobias 9 --eval '(smoke:save-bundle "qt.test.run")' \
12:07:00 ' 10 --eval '(quit)' || exit 1
' 11
2009-12-13 tobias 12 echo "(progn (in-package :qt.tests) (5am:run!) (quit))" | MALLOC_CHECK_=3 ./qt.test.run