This commit is contained in:
Casper Küthe 2023-12-09 06:07:51 +01:00 committed by GitHub
parent 2768de1fc7
commit 08189d649c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 4001 additions and 24 deletions

View file

@ -250,6 +250,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
skip_files << 'examples/call_v_from_python/test.v' // the example only makes sense to be compiled, when python is installed
skip_files << 'examples/call_v_from_ruby/test.v' // the example only makes sense to be compiled, when ruby is installed
skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
skip_files << 'vlib/x/vweb/tests/vweb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
}
$if !macos {
skip_files << 'examples/macos_tray/tray.v'