File: runtest-tail-rec.sh

package info (click to toggle)
uim 1%3A1.8.6%2Bgh20161003.0.d63dadd-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,908 kB
  • ctags: 20,421
  • sloc: lisp: 357,841; ansic: 78,681; cpp: 28,989; sh: 16,767; makefile: 2,620; asm: 333; ruby: 288; perl: 95; xml: 30
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.'