File: szcomp.sh

package info (click to toggle)
libaec 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,272 kB
  • sloc: ansic: 3,746; sh: 109; makefile: 75; cpp: 34
file content (8 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (5)
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