mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +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'
|
||||
rmfile: 'hw.macos'
|
||||
}
|
||||
res << Command{
|
||||
line: '${vexe} -os windows -experimental -b native -o hw.exe examples/hello_world.v'
|
||||
okmsg: 'V compiles hello_world.v on the native backend for windows'
|
||||
rmfile: 'hw.exe'
|
||||
$if windows {
|
||||
res << Command{
|
||||
line: '${vexe} -os windows -experimental -b native -o hw.exe examples/hello_world.v'
|
||||
okmsg: 'V compiles hello_world.v on the native backend for windows'
|
||||
rmfile: 'hw.exe'
|
||||
}
|
||||
}
|
||||
//
|
||||
res << Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue