summaryrefslogtreecommitdiff
path: root/build/wintests
diff options
context:
space:
mode:
Diffstat (limited to 'build/wintests')
-rwxr-xr-xbuild/wintests17
1 files changed, 17 insertions, 0 deletions
diff --git a/build/wintests b/build/wintests
new file mode 100755
index 000000000..5312ade57
--- /dev/null
+++ b/build/wintests
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+source ./winvars.sh
+
+mkdir tmp
+cd ..
+
+dir=`pwd`
+
+autoreconf -i
+cd build/tmp
+
+../../configure \
+--host=${CROSS} \
+--enable-unittests
+
+make check -j8 2>../make2.log