summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-08 03:07:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-08 03:07:05 +0100
commit9019fbf4ab0883b1b2bdf727153fe196a2a3aa5f (patch)
tree13a0a547ef0378d34312733e7000de222d46fdf4
parentbb4ae9852349f038878e78fafa6bde26ddb8faaf (diff)
when compiling a toolchain, we should do basic compile testing of a hello world
-rwxr-xr-xembedded-test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 966e73e..681206e 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -1248,6 +1248,9 @@ build() {
fi
# build defaults for different tests
+ if [ $test = "toolchain" ]; then
+ DEFAULT="$DEFAULT ADK_TEST_TOOLCHAIN=y"
+ fi
if [ $test = "boot" ]; then
DEFAULT="$DEFAULT ADK_TEST_BASE=y"
fi