Merge pull request #6707 from jon-turney/bogus-failing-tests
Fix various failing-meson testspull/6596/head
commit
9823db5e2a
8 changed files with 5 additions and 9 deletions
@ -1,4 +0,0 @@ |
||||
# Make sure meson exits on invalid string |
||||
# The string below contains an invalid unicode code point |
||||
|
||||
'my name is what \uxyzo who are you' |
@ -1,4 +1,4 @@ |
||||
project('framework dependency with version') |
||||
project('framework dependency with version', 'c') |
||||
# do individual frameworks have a meaningful version to test? And multiple frameworks might be listed... |
||||
# otherwise we're not on OSX and this will definitely fail |
||||
dep = dependency('appleframeworks', modules: 'foundation', version: '>0') |
||||
|
@ -1,3 +1,3 @@ |
||||
project('dub', 'd', meson_version: '0.48.0') |
||||
project('dub', 'd') |
||||
|
||||
dependency('dubtestproject', method: 'dub') # Not library (none) |
||||
|
@ -1,3 +1,3 @@ |
||||
project('dub', 'd', meson_version: '0.48.0') |
||||
project('dub', 'd') |
||||
|
||||
dependency('dubtestproject:test1', method: 'dub') # Not library (executable) |
||||
|
Loading…
Reference in new issue