make_tests.bat: run tests under Windows(gcc)

pull/1385/head
Vitaly Takmazov 2019-07-30 17:47:55 +03:00 committed by Alexander Medvednikov
parent 548611bedc
commit 3794129c91
1 changed files with 5 additions and 0 deletions

5
make_tests.bat 100644
View File

@ -0,0 +1,5 @@
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
gcc -std=gnu11 -DUNICODE -D_UNICODE -w -o vc.exe v.c
del v.c
vc.exe -o v.exe compiler
for /r . %%x in (*_test.v) do @v -o test.exe -debug %%x