Browse Source

when compiling a toolchain, we should do basic compile testing of a hello world

Waldemar Brodkorb 8 years ago
parent
commit
9019fbf4ab
1 changed files with 3 additions and 0 deletions
  1. 3 0
      embedded-test.sh

+ 3 - 0
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