Updated include_type test case

pull/5953/head
Daniel Mensinger 6 years ago
parent 66c129c52f
commit 47e20b3004
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 1
      test cases/common/226 include_type dependency/meson.build

@ -25,3 +25,4 @@ assert(sp_dep.include_type() == 'preserve', 'default is preserve')
sp_dep_sys = sp_dep.as_system('system')
assert(sp_dep_sys.include_type() == 'system', 'changing include_type works')
assert(sp_dep.include_type() == 'preserve', 'as_system must not mutate the original object')

Loading…
Cancel
Save