ソースを参照

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