summaryrefslogtreecommitdiff
path: root/tests/regression
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-09-26 13:14:12 -0400
committerPaul Moore <pmoore@redhat.com>2015-02-06 17:50:20 -0500
commitc36a0c9b8c5ed81cea710827500b3de315c9609a (patch)
treea2e2254835863ec9b1f4c8a7cb8137b287968efe /tests/regression
parent2176cdc71cc5dcc066879eeff5744d007bbce932 (diff)
downloadlibseccomp-c36a0c9b8c5ed81cea710827500b3de315c9609a.tar.gz
tests: add ppc64 support to the regression tests
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/regression')
-rwxr-xr-xtests/regression10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/regression b/tests/regression
index 428bdf2..3ab6171 100755
--- a/tests/regression
+++ b/tests/regression
@@ -21,8 +21,14 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
-GLBL_ARCH_LE_SUPPORT="x86 x86_64 x32 arm aarch64 mipsel mipsel64 mipsel64n32"
-GLBL_ARCH_BE_SUPPORT="mips mips64 mips64n32"
+GLBL_ARCH_LE_SUPPORT=" \
+ x86 x86_64 x32 \
+ arm aarch64 \
+ mipsel mipsel64 mipsel64n32 \
+ ppc64le"
+GLBL_ARCH_BE_SUPPORT=" \
+ mips mips64 mips64n32 \
+ ppc64"
GLBL_SYS_ARCH="../tools/scmp_arch_detect"
GLBL_SYS_RESOLVER="../tools/scmp_sys_resolver"