eccodes/deprecated/python/run_tests.sh

9 lines
125 B
Bash
Raw Normal View History

2013-03-25 12:04:10 +00:00
#!/bin/sh
input=$1
./test_general.py $input
./test_index.py $input
./test_keysiterator.py $input
./test_iterator.py $input