1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin/bare/.checks
bogen85 751ba48bf5 freestanding improvements (exit, function checks)
Fixed exit for freestanding (as assert now uses it).
Running each function check now in a forked process so they can be killed or return other exit codes (and so each function runs, even if others crash)
2019-12-07 22:25:19 +03:00
..
consts freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
forkedtest freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
linuxsys freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
string freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
.gitignore freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00
checks.v freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
readme.md freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00
sample_text1.txt freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00

In this directory:

v run checks.v