mirror of https://github.com/ecmwf/eccodes.git
9 lines
125 B
Bash
9 lines
125 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
input=$1
|
||
|
|
||
|
./test_general.py $input
|
||
|
./test_index.py $input
|
||
|
./test_keysiterator.py $input
|
||
|
./test_iterator.py $input
|