1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: heavy refactor, immutable config (#7945)

This commit is contained in:
Larpon
2021-01-08 11:25:22 +01:00
committed by GitHub
parent ab8fd063b6
commit b299fb1e92
9 changed files with 1055 additions and 971 deletions

View File

@@ -34,7 +34,7 @@ fn v_test_compiler(vargs string) {
eprintln('v.c can be compiled without warnings. This is good :)')
}
}
building_tools_failed := testing.v_build_failing(vargs, 'cmd/tools')
building_tools_failed := os.system('"$vexe" build-tools') != 0
eprintln('')
testing.eheader('Testing all _test.v files...')
mut compiler_test_session := testing.new_test_session(vargs)