File: runtest-tail-rec.sh

package info (click to toggle)
sigscheme 0.8.5-4.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,752 kB
  • ctags: 7,396
  • sloc: lisp: 37,498; ansic: 30,976; sh: 10,329; makefile: 746; asm: 333; ruby: 288
file content (7 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
#!/bin/sh

SSCM="src/sscm --system-load-path $PWD/lib"
TEST=test/test-tail-rec.scm

ulimit -s 128 && ulimit -d 2048 && $SSCM $TEST \
    || echo 'All tests finished successfully only if the message "All normal tests have been passed" and subsequent intended segmentation fault message are printed above.'