summaryrefslogtreecommitdiff
path: root/src/tests/compression/test_tng_compress_read.bat
diff options
context:
space:
mode:
authorDaniel Spangberg <daniels@kemi.uu.se>2013-05-16 12:08:54 (GMT)
committerDaniel Spangberg <daniels@kemi.uu.se>2013-05-16 12:08:54 (GMT)
commit3fed6f767da30a5436c3667576eb9e4f5fa24f6d (patch)
treea5bb7ab9f56da3665570e5af87497d6b92d7636f /src/tests/compression/test_tng_compress_read.bat
parente70cadd9f3f6494ad55efa5e917a12cf18c60d26 (diff)
Properly compile the tng_compress testsuite using cmake.
Diffstat (limited to 'src/tests/compression/test_tng_compress_read.bat')
-rw-r--r--src/tests/compression/test_tng_compress_read.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tests/compression/test_tng_compress_read.bat b/src/tests/compression/test_tng_compress_read.bat
new file mode 100644
index 0000000..01873f8
--- /dev/null
+++ b/src/tests/compression/test_tng_compress_read.bat
@@ -0,0 +1,13 @@
+@echo off
+setlocal enableextensions enabledelayedexpansion
+SET /A I=0
+:start
+SET /A I+=1
+test_tng_compress_read%I%
+IF "%I%" == "57" (
+ GOTO end
+) ELSE (
+ GOTO start
+)
+:end
+endlocal
contact: Jan Huwald // Impressum