mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
tests: skip testing v -os windows -experimental -b native -o hw.exe examples/hello_world.v
on !windows
This commit is contained in:
parent
e115d4461c
commit
b3ee304381
1 changed files with 6 additions and 4 deletions
|
@ -168,10 +168,12 @@ fn get_all_commands() []Command {
|
||||||
okmsg: 'V compiles hello_world.v on the native backend for macos'
|
okmsg: 'V compiles hello_world.v on the native backend for macos'
|
||||||
rmfile: 'hw.macos'
|
rmfile: 'hw.macos'
|
||||||
}
|
}
|
||||||
res << Command{
|
$if windows {
|
||||||
line: '${vexe} -os windows -experimental -b native -o hw.exe examples/hello_world.v'
|
res << Command{
|
||||||
okmsg: 'V compiles hello_world.v on the native backend for windows'
|
line: '${vexe} -os windows -experimental -b native -o hw.exe examples/hello_world.v'
|
||||||
rmfile: 'hw.exe'
|
okmsg: 'V compiles hello_world.v on the native backend for windows'
|
||||||
|
rmfile: 'hw.exe'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
res << Command{
|
res << Command{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue