summaryrefslogtreecommitdiff
path: root/tests/16-sim-arch_basic.py
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-19 15:35:08 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-20 00:06:56 -0400
commit9cd35f411eeb591e0a201063cb8cda5dee530953 (patch)
tree26e96ac4f856d08e5e245dd00b1e6e204fb5517f /tests/16-sim-arch_basic.py
parent7d84274035bd7ec8969912ba3eb02620f9d73a0f (diff)
downloadlibseccomp-9cd35f411eeb591e0a201063cb8cda5dee530953.tar.gz
all: add support for mips64 to the tools and tests
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/16-sim-arch_basic.py')
-rwxr-xr-xtests/16-sim-arch_basic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/16-sim-arch_basic.py b/tests/16-sim-arch_basic.py
index e2020e3..671a1f4 100755
--- a/tests/16-sim-arch_basic.py
+++ b/tests/16-sim-arch_basic.py
@@ -36,6 +36,7 @@ def test(args):
f.add_arch(Arch("x32"))
f.add_arch(Arch("arm"))
f.add_arch(Arch("mipsel"))
+ f.add_arch(Arch("mipsel64"))
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()))