summaryrefslogtreecommitdiff
path: root/src/tests/compression/test_tng_compress_write.bat
blob: ba1d93e5cda6e4dd94d73c3581451e9ad45bd601 (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_gen%I%
IF "%I%" == "57" (
  GOTO end
) ELSE (
  GOTO start
)
:end
endlocal
contact: Jan Huwald // Impressum