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

markused: fix compilation of gg programs with -skip-unused, add test to prevent regressions (#15821)

This commit is contained in:
Delyan Angelov
2022-09-20 08:03:03 +03:00
committed by GitHub
parent 42059ee099
commit 993802f6a6
7 changed files with 64 additions and 11 deletions

View File

@@ -155,6 +155,7 @@ const (
skip_on_musl = [
'vlib/v/tests/profile/profile_test.v',
'vlib/gg/draw_fns_api_test.v',
'vlib/v/tests/skip_unused/gg_code.vv',
]
skip_on_ubuntu_musl = [
//'vlib/v/gen/js/jsgen_test.v',