builder,pref: allow thirdparty objects compilation with CPP compiler (#19124)

This commit is contained in:
Etienne Girondel 2023-08-13 19:30:28 +02:00 committed by GitHub
parent 9543123dc5
commit 492e918fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 12 deletions

View file

@ -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'