summaryrefslogtreecommitdiff
path: root/tests/23-sim-arch_all_le_basic.py
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-08-05 12:00:34 -0400
committerPaul Moore <pmoore@redhat.com>2015-08-05 12:00:34 -0400
commit29753076fddfed772511c67887bed1f0621b32cf (patch)
tree2b9d96ff167aae8d3aff6667a8fba8445559f533 /tests/23-sim-arch_all_le_basic.py
parent62c59aab8d72787c5055f704660a132a0b83386b (diff)
parent0843a460f72da50756432a021c387fe8a7ab0bd5 (diff)
downloadlibseccomp-29753076fddfed772511c67887bed1f0621b32cf.tar.gz
Merge branch 'working-ppc64'
Mike Strosaker <strosake@linux.vnet.ibm.com> reports that the working-ppc64 branch is working for both 'make check' and './regression -T live'.
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()))