File: run-tests

package info (click to toggle)
tess 0.3.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: sh: 2,841; makefile: 179
file content (6 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

cd examples
export SLSH_PATH=.
tessrun -l -v > test.out
[ -z "$(diff test.ref test.out)" ] || exit 1