We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b420cd commit d11cd50Copy full SHA for d11cd50
cmd/tools/modules/testing/common.v
@@ -150,6 +150,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
150
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
151
// the ttf_test.v is not interactive, but needs X11 headers to be installed, which is done only on ubuntu-tcc for now
152
skip_files << 'vlib/x/ttf/ttf_test.v'
153
+ skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
154
}
155
if testing.github_job != 'audio-examples' {
156
skip_files << 'examples/sokol/sounds/melody.v'
0 commit comments