File: snsoid_test

package info (click to toggle)
libgctp 2.0.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,776 kB
  • sloc: ansic: 7,922; sh: 4,387; makefile: 88; fortran: 29
file content (10 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

./testproj $DATADIR/snsoid/data16 < $DATADIR/snsoid/parm16 > testfile_snsoid
./testproj $DATADIR/snsoid/data16a < $DATADIR/snsoid/parm16a >> testfile_snsoid
./testproj $DATADIR/snsoid/data16c < $DATADIR/snsoid/parm16c >> testfile_snsoid
./testproj $DATADIR/snsoid/data16d < $DATADIR/snsoid/parm16d >> testfile_snsoid

grep -qi "Differences exist" testfile_snsoid && exit 1

exit 0