aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/frameworks/15 llvm/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/frameworks/15 llvm/test.json')
-rw-r--r--meson/test cases/frameworks/15 llvm/test.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/meson/test cases/frameworks/15 llvm/test.json b/meson/test cases/frameworks/15 llvm/test.json
new file mode 100644
index 000000000..b861b4a64
--- /dev/null
+++ b/meson/test cases/frameworks/15 llvm/test.json
@@ -0,0 +1,17 @@
+{
+ "matrix": {
+ "options": {
+ "method": [
+ { "val": "config-tool" },
+ { "val": "cmake" }
+ ],
+ "link-static": [
+ { "val": true, "skip_on_jobname": ["opensuse"] },
+ { "val": false }
+ ]
+ },
+ "exclude": [
+ { "method": "cmake", "link-static": false }
+ ]
+ }
+}