diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-10-22 07:21:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 17:21:14 +0300 |
| commit | e8399c8c6e237f82c194e0a917767c0dc5e92062 (patch) | |
| tree | f3b50b4dbe0ab5d016ad666b731594eab1183b19 /test cases/frameworks/15 llvm/test.json | |
| parent | e7009d439c8e4e3d5497a6911b63fa6c47bde6b8 (diff) | |
| download | meson-e8399c8c6e237f82c194e0a917767c0dc5e92062.tar.gz | |
depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)
* depenencies/llvm: Handle llvm-config --shared-mode failing
Fixes: #7371
Fixes: #7878
* test cases/llvm: Refactor to use test.json
Instead of trying to cover everything internally
Diffstat (limited to 'test cases/frameworks/15 llvm/test.json')
| -rw-r--r-- | test cases/frameworks/15 llvm/test.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test cases/frameworks/15 llvm/test.json b/test cases/frameworks/15 llvm/test.json new file mode 100644 index 000000000..0cad05a6f --- /dev/null +++ b/test cases/frameworks/15 llvm/test.json @@ -0,0 +1,17 @@ +{ + "matrix": { + "options": { + "method": [ + { "val": "config-tool" }, + { "val": "cmake" } + ], + "link-static": [ + { "val": true }, + { "val": false } + ] + }, + "exclude": [ + { "method": "cmake", "link-static": false } + ] + } +} |
