diff --git a/tools/runner.sh b/tools/runner.sh index 02a6754d8..50860dfde 100755 --- a/tools/runner.sh +++ b/tools/runner.sh @@ -189,14 +189,12 @@ case "$target,$os" in 2) Run_test "" "-Os";; esac;; arm,linux) - # TEMPORARY: skip ARM testing because of QEMU problem on the test VM - # case "$1" in - # 1) Run_test "$simu_armhf" "-marm";; - # 2) Run_test "$simu_armhf" "-mthumb";; - # 3) Rebuild_runtime -toolprefix arm-linux-gnueabi- arm-eabi - # Run_test "$simu_armsf" "-marm";; - # esac;; - echo "Skipping ARM tests";; + case "$1" in + 1) Run_test "$simu_armhf" "-marm";; + 2) Run_test "$simu_armhf" "-mthumb";; + 3) Rebuild_runtime -toolprefix arm-linux-gnueabi- arm-eabi + Run_test "$simu_armsf" "-marm";; + esac;; ppc,linux) case "$1" in 1) Run_test "$simu_ppc32" "";;