summaryrefslogtreecommitdiff
path: root/tests/23-sim-arch_all_le_basic.py
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/23-sim-arch_all_le_basic.py
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/23-sim-arch_all_le_basic.py')
-rwxr-xr-xtests/23-sim-arch_all_le_basic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/23-sim-arch_all_le_basic.py b/tests/23-sim-arch_all_le_basic.py
index 36ab139..212ff50 100755
--- a/tests/23-sim-arch_all_le_basic.py
+++ b/tests/23-sim-arch_all_le_basic.py
@@ -39,6 +39,7 @@ def test(args):
f.add_arch(Arch("mipsel"))
f.add_arch(Arch("mipsel64"))
f.add_arch(Arch("mipsel64n32"))
+ f.add_arch(Arch("ppc64le"))
f.add_rule(ALLOW, "read", Arg(0, EQ, sys.stdin.fileno()))
f.add_rule(ALLOW, "write", Arg(0, EQ, sys.stdout.fileno()))
f.add_rule(ALLOW, "write", Arg(0, EQ, sys.stderr.fileno()))