From 0870c4e9dba7d0373ef40a8864647f65ea74f87a Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Thu, 24 Oct 2019 07:59:49 -0700 Subject: [PATCH] add pmix headers to tests --- tests/ssg-launch-double-group.c | 3 +++ tests/ssg-launch-double-mid-group.c | 3 +++ tests/ssg-launch-group.c | 3 +++ tests/ssg-test-fail.c | 3 +++ tests/ssg-test-pmix-fail.c | 1 + 5 files changed, 13 insertions(+) diff --git a/tests/ssg-launch-double-group.c b/tests/ssg-launch-double-group.c index c058c0b..b9ed3d7 100644 --- a/tests/ssg-launch-double-group.c +++ b/tests/ssg-launch-double-group.c @@ -12,6 +12,9 @@ #ifdef SSG_HAVE_MPI #include #endif +#ifdef SSG_HAVE_PMIX +#include +#endif #include #include diff --git a/tests/ssg-launch-double-mid-group.c b/tests/ssg-launch-double-mid-group.c index f965427..380fff4 100644 --- a/tests/ssg-launch-double-mid-group.c +++ b/tests/ssg-launch-double-mid-group.c @@ -12,6 +12,9 @@ #ifdef SSG_HAVE_MPI #include #endif +#ifdef SSG_HAVE_PMIX +#include +#endif #include #include diff --git a/tests/ssg-launch-group.c b/tests/ssg-launch-group.c index cdbf745..8b38ce8 100644 --- a/tests/ssg-launch-group.c +++ b/tests/ssg-launch-group.c @@ -12,6 +12,9 @@ #ifdef SSG_HAVE_MPI #include #endif +#ifdef SSG_HAVE_PMIX +#include +#endif #include #include diff --git a/tests/ssg-test-fail.c b/tests/ssg-test-fail.c index efa70aa..51c4b3e 100644 --- a/tests/ssg-test-fail.c +++ b/tests/ssg-test-fail.c @@ -12,6 +12,9 @@ #ifdef SSG_HAVE_MPI #include #endif +#ifdef SSG_HAVE_PMIX +#include +#endif #include #include diff --git a/tests/ssg-test-pmix-fail.c b/tests/ssg-test-pmix-fail.c index acc45cf..5efd142 100644 --- a/tests/ssg-test-pmix-fail.c +++ b/tests/ssg-test-pmix-fail.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include -- 2.26.2