v test-all: add a v run examples/v_script.vsh step too

This commit is contained in:
Delyan Angelov 2021-09-10 12:43:53 +03:00
parent bdd053fcf1
commit 6ea750da8d
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 12 additions and 7 deletions

View file

@ -68,6 +68,10 @@ fn get_all_commands() []Command {
okmsg: 'V prints the generated source code to stdout with `-o -` .'
}
}
res << Command{
line: '$vexe run examples/v_script.vsh'
okmsg: 'V can run the .VSH script file examples/v_script.vsh'
}
res << Command{
line: '$vexe -o vtmp cmd/v'
okmsg: 'V can compile itself.'