aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-03-20 13:28:54 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-04-17 10:49:09 -0700
commitea34c666acba392552eb55ddc782417a5d604f50 (patch)
tree7ddbc5903acbcb341935593e42c92f5af6053847 /test cases/frameworks
parente0c9259e79f21c6ee19f996c1f5d817d510de663 (diff)
downloadmeson-ea34c666acba392552eb55ddc782417a5d604f50.zip
meson-ea34c666acba392552eb55ddc782417a5d604f50.tar.gz
meson-ea34c666acba392552eb55ddc782417a5d604f50.tar.bz2
tests: use a json matrix for MPI
This is a nice way to ensure that all of the methods continue to work
Diffstat (limited to 'test cases/frameworks')
-rw-r--r--test cases/frameworks/17 mpi/test.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/test cases/frameworks/17 mpi/test.json b/test cases/frameworks/17 mpi/test.json
new file mode 100644
index 0000000..b3194ed
--- /dev/null
+++ b/test cases/frameworks/17 mpi/test.json
@@ -0,0 +1,15 @@
+{
+ "matrix": {
+ "options": {
+ "method": [
+ { "val": "auto" },
+ { "val": "pkg-config" },
+ { "val": "config-tool" },
+ {
+ "val": "system",
+ "compilers": { "c" :"msvc", "cpp": "msvc" }
+ }
+ ]
+ }
+ }
+}