summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-03 00:07:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-03 00:07:26 +0100
commitb23223f7b644e441aebe49c95d774d9a8b28b37d (patch)
treef352370eee0e2a821162f5af358bf688abfdf5f9
parent009e4f106d38683123195b2457f6b67e829085d6 (diff)
nios2: add bootup testing
-rwxr-xr-xembedded-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 6c1329a..aa18647 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -717,8 +717,8 @@ get_arch_info() {
;;
nios2)
allowed_libc="uclibc-ng glibc"
- runtime_test="glibc"
- allowed_tests="toolchain"
+ runtime_test="uclibc-ng glibc"
+ allowed_tests="toolchain boot"
default_uclibc_ng="ADK_APPLIANCE=test ADK_TARGET_OS=linux ADK_TARGET_ARCH=nios2 ADK_TARGET_SYSTEM=qemu-nios2"
default_glibc="ADK_APPLIANCE=test ADK_TARGET_OS=linux ADK_TARGET_ARCH=nios2 ADK_TARGET_SYSTEM=qemu-nios2"
qemu_machine=10m50-ghrd