From 8c49b4bc5de21b932c76fc440046c6d3439adfe3 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 19 Dec 2016 16:00:06 +0000 Subject: [PATCH] Testing: add test for grib_set_pv in Python --- examples/python/CMakeLists.txt | 1 + examples/python/grib_set_pv.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100755 examples/python/grib_set_pv.sh diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index 3dc836d2f..42693c2a5 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -40,6 +40,7 @@ list( APPEND tests grib_print_data grib_samples grib_set_keys + grib_set_pv grib_set_missing binary_message grib_set_bitmap diff --git a/examples/python/grib_set_pv.sh b/examples/python/grib_set_pv.sh new file mode 100755 index 000000000..4b3ccabfd --- /dev/null +++ b/examples/python/grib_set_pv.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +. ./include.sh + +OUTPUT=grib_set_pv.py.temp.grib +$PYTHON $examples_src/grib_set_pv.py +rm $OUTPUT