From c0f8ce8fe0924ea9754d1163ea81a3d59af51b43 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Tue, 1 Sep 2020 15:09:36 +0200 Subject: [PATCH] Add s390x, ppc64 and ppc64el in supported cpu list Credit: @guimard Close: #1751 Fixes: #1455 Reviewed-by: @darcyclarke --- test/tap/legacy-platform-all.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tap/legacy-platform-all.js b/test/tap/legacy-platform-all.js index 01c7be7ec1c86..de7e635a0d1a6 100644 --- a/test/tap/legacy-platform-all.js +++ b/test/tap/legacy-platform-all.js @@ -36,6 +36,9 @@ var fixture = new Tacks( 'arm64', 'mips', 'ia32', + 'ppc64', + 'ppc64el', + 's390x', 'x64', 'sparc' ]