summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/223 persubproject options/meson.build2
-rw-r--r--test cases/common/223 persubproject options/test.json7
2 files changed, 8 insertions, 1 deletions
diff --git a/test cases/common/223 persubproject options/meson.build b/test cases/common/223 persubproject options/meson.build
index abe3bee7e..25a01008a 100644
--- a/test cases/common/223 persubproject options/meson.build
+++ b/test cases/common/223 persubproject options/meson.build
@@ -1,5 +1,5 @@
project('persubproject options', 'c', 'cpp',
- default_options : ['werror=true', 'default_library=both',
+ default_options : ['werror=true',
'warning_level=3',
'cpp_std=c++11'])
diff --git a/test cases/common/223 persubproject options/test.json b/test cases/common/223 persubproject options/test.json
new file mode 100644
index 000000000..ccfa9ff5f
--- /dev/null
+++ b/test cases/common/223 persubproject options/test.json
@@ -0,0 +1,7 @@
+{
+ "matrix": {
+ "options": {
+ "default_library": [ { "val": "both" } ]
+ }
+ }
+}