File: szcomp.sh

package info (click to toggle)
libaec 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,276 kB
  • sloc: ansic: 3,792; sh: 109; makefile: 72; cpp: 49
file content (8 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
testfile=${srcdir}/../data/121B2TestData/ExtendedParameters/sar32bit.dat
if [ ! -f $testfile ]; then
    echo "ERROR: sample data not found."
    exit -1
fi
./check_szcomp $testfile