eccodes/deprecated/python/run_tests.sh

9 lines
125 B
Bash
Executable File

#!/bin/sh
input=$1
./test_general.py $input
./test_index.py $input
./test_keysiterator.py $input
./test_iterator.py $input