mirror of https://github.com/ecmwf/eccodes.git
11 lines
149 B
Bash
11 lines
149 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./include.sh
|
||
|
|
||
|
# To get verbose output
|
||
|
#$PYTHON -m unittest -v high_level_api
|
||
|
|
||
|
$PYTHON $examples_src/high_level_api.py
|
||
|
|
||
|
rm -f test.index
|