summaryrefslogtreecommitdiff
path: root/tests/regression
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/regression
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/regression')
-rwxr-xr-xtests/regression6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/regression b/tests/regression
index b2e75a1..ee286c1 100755
--- a/tests/regression
+++ b/tests/regression
@@ -21,8 +21,8 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
-GLBL_ARCH_LE_SUPPORT="x86 x86_64 x32 arm mipsel"
-GLBL_ARCH_BE_SUPPORT="mips"
+GLBL_ARCH_LE_SUPPORT="x86 x86_64 x32 arm mipsel mipsel64"
+GLBL_ARCH_BE_SUPPORT="mips mips64"
GLBL_SYS_ARCH="../tools/scmp_arch_detect"
GLBL_SYS_RESOLVER="../tools/scmp_sys_resolver"
@@ -629,7 +629,7 @@ function run_test_live() {
rc_trace=162
rc_errno=163
;;
- mips|mipsel)
+ mips|mipsel|mips64|mipsel64)
rc_kill=140
rc_allow=160
rc_trap=161