mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vweb2 (#19997)
This commit is contained in:
parent
2768de1fc7
commit
08189d649c
27 changed files with 4001 additions and 24 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue