1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler_test: do not run on windows for now

This commit is contained in:
Alexander Medvednikov 2020-03-23 20:36:34 +01:00
parent ae2d001261
commit 1cb45e9916

View File

@ -2,6 +2,9 @@ import os
import term
fn test_all() {
$if windows {
return
}
vexe := os.getenv('VEXE')
vroot := os.dir(vexe)
dir := os.join_path(vroot,'vlib/v/tests')