From ea34c666acba392552eb55ddc782417a5d604f50 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 20 Mar 2020 13:28:54 -0700 Subject: tests: use a json matrix for MPI This is a nice way to ensure that all of the methods continue to work --- test cases/frameworks/17 mpi/test.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test cases/frameworks/17 mpi/test.json (limited to 'test cases/frameworks') 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" } + } + ] + } + } +} -- cgit v1.1