瀏覽代碼

run test with some knowledge of ARCH

Ulf Samuelsson 16 年之前
父節點
當前提交
142f88f746
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 7 0
      scripts/test/Makefile
  2. 2 0
      scripts/testheader.inc

+ 7 - 0
scripts/test/Makefile

@@ -0,0 +1,7 @@
+include .config
+
+
+ARCH:	
+	@echo	$(strip $(subst ",,$(BR2_ARCH)))
+#")))
+

+ 2 - 0
scripts/testheader.inc

@@ -1,3 +1,5 @@
+ARCH=`make -f scripts/test/Makefile ARCH`
+
 function mk()
 {
 	scripts/mkpkg $1 $2 "$3"