summaryrefslogtreecommitdiff
path: root/tests/23-sim-arch_all_le_basic.py
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-19 22:10:13 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-20 11:41:00 -0400
commit0783d0389450a4774f960b5af7a78cdb67c6f7ee (patch)
treebe332e09b3e4b9eb793edcba6944e10024ee0d34 /tests/23-sim-arch_all_le_basic.py
parent263fd5d1f29e4eb54782c89a8d6f29554a592708 (diff)
downloadlibseccomp-0783d0389450a4774f960b5af7a78cdb67c6f7ee.tar.gz
all: add support for mips64n32 to the tools and 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 af77c86..eba5152 100755
--- a/tests/23-sim-arch_all_le_basic.py
+++ b/tests/23-sim-arch_all_le_basic.py
@@ -37,6 +37,7 @@ def test(args):
f.add_arch(Arch("arm"))
f.add_arch(Arch("mipsel"))
f.add_arch(Arch("mipsel64"))
+ f.add_arch(Arch("mipsel64n32"))
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()))