summaryrefslogtreecommitdiff
path: root/test/windows/all-vcver
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-16 09:39:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-16 09:39:06 +0200
commitc832963ebe7939393f1108d31aa569723190177c (patch)
treefb978ada240abbca55a0bf17283795b044615cea /test/windows/all-vcver
parent0f61d97cb8e971308d91cfe305d20f1f33190dc0 (diff)
Add Windows test scripts (VC and MinGW)
Diffstat (limited to 'test/windows/all-vcver')
-rwxr-xr-xtest/windows/all-vcver3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/windows/all-vcver b/test/windows/all-vcver
new file mode 100755
index 0000000..fccce22
--- /dev/null
+++ b/test/windows/all-vcver
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+for v in 8 9 10 11 12; do ./unpack && ./all $v all all 2>&1 | tee all-$v.log; done