summaryrefslogtreecommitdiff
path: root/src/tests/compression/test_tng_compress_read.bat
blob: 8bedeb4bfae8d589958c3d0b9e47acc7d6bc6290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
setlocal enableextensions enabledelayedexpansion
SET /A I=0
:start
SET /A I+=1
test_tng_compress_read%I%
IF "%I%" == "64" (
  GOTO end
) ELSE (
  GOTO start
)
:end
endlocal
contact: Jan Huwald // Impressum