File: run_compare_tests.sh

package info (click to toggle)
g2clib 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,524 kB
  • sloc: ansic: 28,287; python: 76; sh: 46; makefile: 26
file content (16 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# This is a test script for the NCEPLIBS-g2c project.
#
# This script tests the g2c_compare utility.
#
# Ed Hartnett, 12/29/22

set -e
echo ""
echo "*** Running g2c_convert test"

# Compare file to itself.
../utils/g2c_compare -v data/gdaswave.t00z.wcoast.0p16.f000.grib2 data/gdaswave.t00z.wcoast.0p16.f000.grib2

echo "*** SUCCESS!"
exit 0