diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-03-20 13:28:54 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-04-17 10:49:09 -0700 |
commit | ea34c666acba392552eb55ddc782417a5d604f50 (patch) | |
tree | 7ddbc5903acbcb341935593e42c92f5af6053847 | |
parent | e0c9259e79f21c6ee19f996c1f5d817d510de663 (diff) | |
download | meson-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
-rw-r--r-- | test cases/frameworks/17 mpi/test.json | 15 |
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" } + } + ] + } + } +} |