summaryrefslogtreecommitdiff
path: root/build/win_tests
blob: 97db23361562705afb3a73accc41bfd28e590424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

source ./winvars.sh || exit 1

mkdir tmp
cd ..

dir=`pwd`

autoreconf -i || exit 1
cd build/tmp

../../configure \
--host=${CROSS} \
--enable-unittests || exit 1

make check -j16 2>../make2.log || exit 1