浏览代码

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

Waldemar Brodkorb 9 年之前
父节点
当前提交
9019fbf4ab
共有 1 个文件被更改,包括 3 次插入0 次删除
  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