Browse Source

hppa tests can be run again

Waldemar Brodkorb 3 years ago
parent
commit
9ac93e5284
1 changed files with 2 additions and 2 deletions
  1. 2 2
      embedded-test.sh

+ 2 - 2
embedded-test.sh

@@ -604,8 +604,8 @@ get_arch_info() {
       ;;
     hppa)
       allowed_libc="uclibc-ng glibc"
-      runtime_test=""
-      allowed_tests="toolchain"
+      runtime_test="uclibc-ng glibc"
+      allowed_tests="toolchain boot libc ltp native"
       default_uclibc_ng="ADK_APPLIANCE=test ADK_TARGET_OS=$os ADK_TARGET_ARCH=hppa ADK_TARGET_SYSTEM=qemu-hppa"
       default_glibc="ADK_APPLIANCE=test ADK_TARGET_OS=$os ADK_TARGET_ARCH=hppa ADK_TARGET_SYSTEM=qemu-hppa"
       qemu=qemu-system-hppa