mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
builder,pref: allow thirdparty objects compilation with CPP compiler (#19124)
This commit is contained in:
parent
9543123dc5
commit
492e918fdb
9 changed files with 107 additions and 12 deletions
|
@ -187,6 +187,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
|
|||
skip_files << 'examples/coroutines/simple_coroutines.v'
|
||||
$if msvc {
|
||||
skip_files << 'vlib/v/tests/const_comptime_eval_before_vinit_test.v' // _constructor used
|
||||
skip_files << 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.v'
|
||||
}
|
||||
$if solaris {
|
||||
skip_files << 'examples/gg/gg2.v'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue