Add TNG writing and reading support
[alexxy/gromacs.git] / src / external / tng_io / src / tests / compression / test_tng_compress_read.sh
1 #!/bin/sh
2 numtests=78
3 for x in $(seq 1 $numtests); do
4     ./test_tng_compress_read$x
5 done