Skip to content

Commit 451b926

Browse files
committed
Revert "test cases: do not pass global option on command line"
This reverts commit 9b1eb8b. It is not needed anymore since the pre-1.8 semantics were the good ones. Only leave in place the new and clearer testcase names.
1 parent b6d1585 commit 451b926

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

test cases/common/223 persubproject options/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('persubproject options', 'c', 'cpp',
2-
default_options : ['werror=true', 'default_library=both',
2+
default_options : ['werror=true',
33
'warning_level=3',
44
'cpp_std=c++11'])
55

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"matrix": {
3+
"options": {
4+
"default_library": [ { "val": "both" } ]
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)