summaryrefslogtreecommitdiff
path: root/tests/26-sim-arch_all_be_basic.py
diff options
context:
space:
mode:
authorBogdan Purcareata <bogdan.purcareata@freescale.com>2015-02-11 13:23:28 +0000
committerPaul Moore <pmoore@redhat.com>2015-02-17 10:20:41 -0500
commit0843a460f72da50756432a021c387fe8a7ab0bd5 (patch)
tree6ebb01a4481b9609186d5a2ccd19600778ba1dcc /tests/26-sim-arch_all_be_basic.py
parentb6cdaa0e09a2fe3e47b4272597c208a33464c20f (diff)
downloadlibseccomp-0843a460f72da50756432a021c387fe8a7ab0bd5.tar.gz
tests: add ppc support to the regression tests
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/26-sim-arch_all_be_basic.py')
-rwxr-xr-xtests/26-sim-arch_all_be_basic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/26-sim-arch_all_be_basic.py b/tests/26-sim-arch_all_be_basic.py
index cba2dea..1537013 100755
--- a/tests/26-sim-arch_all_be_basic.py
+++ b/tests/26-sim-arch_all_be_basic.py
@@ -34,6 +34,7 @@ def test(args):
f.add_arch(Arch("mips64"))
f.add_arch(Arch("mips64n32"))
f.add_arch(Arch("ppc64"))
+ f.add_arch(Arch("ppc"))
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()))