mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: skip sqlite_test.v on musl too, fix compilation of path_tracing.v
This commit is contained in:
@ -17,6 +17,7 @@ const (
|
||||
skip_on_musl = [
|
||||
'vlib/net/http/http_test.v',
|
||||
'vlib/net/http/cookie_test.v',
|
||||
'vlib/sqlite/sqlite_test.v',
|
||||
'vlib/clipboard/clipboard_test.v',
|
||||
]
|
||||
skip_on_linux = []string{}
|
||||
|
Reference in New Issue
Block a user