summaryrefslogtreecommitdiff
path: root/src/tests/compression/test_tng_compress_read.bat
blob: b3e779b9a91f3c3e4a1b26d250ee8df39176c7c6 (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%" == "78" (
  GOTO end
) ELSE (
  GOTO start
)
:end
endlocal
contact: Jan Huwald // Impressum