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