mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make_tests.bat: run tests under Windows(gcc)
This commit is contained in:
parent
548611bedc
commit
3794129c91
5
make_tests.bat
Normal file
5
make_tests.bat
Normal 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
|
Loading…
Reference in New Issue
Block a user