From adac51bd79a2c289355ef53cb804b524427a0c96 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 30 Jan 2013 14:50:31 -0500 Subject: tests: add support for the x32 and arm architectures Signed-off-by: Paul Moore --- tests/regression | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/regression b/tests/regression index e4df007..b9f81f8 100755 --- a/tests/regression +++ b/tests/regression @@ -21,7 +21,7 @@ # along with this library; if not, see . # -GLBL_ARCH_SUPPORT="x86 x86_64" +GLBL_ARCH_SUPPORT="x86 x86_64 x32 arm" GLBL_SYS_RESOLVER="../tools/sys_resolver" #### @@ -804,10 +804,7 @@ else fi # determine the current system's architecture -arch=$(uname -m) -if [[ $arch != "x86_64" ]]; then - arch="x86" -fi +arch=$(../tools/arch_detect) # display the test output and run the requested tests echo "=============== $(date) ===============" >&$logfd -- cgit v1.2.1