tests: skip testing v -os windows -experimental -b native -o hw.exe examples/hello_world.v on !windows

This commit is contained in:
Delyan Angelov 2023-09-27 12:31:33 +03:00
parent e115d4461c
commit b3ee304381
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -168,11 +168,13 @@ fn get_all_commands() []Command {
okmsg: 'V compiles hello_world.v on the native backend for macos'
rmfile: 'hw.macos'
}
$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{
line: '${vexe} -b js -o hw.js examples/hello_world.v'