Change-Id: I927928686886caf06d9e91ff6b0ce578fa9df45e
-./build_test_img/artik530
-./build_test_img/rpi3
-./build_test_img/download
-./build_test_img/result
-./build_test_img/*.log
+build_test_img/artik530/
+build_test_img/rpi3/
+build_test_img/download/
+build_test_img/result/
+build_test_img/*.log
--- /dev/null
+#!/bin/sh
+
+if [ $# = 1 ]
+then
+SNAPSHOT=$1
+VERSION=""
+else
+ if [ $# = 2 ]
+ then
+ SNAPSHOT=$1
+ VERSION=$2
+ else
+ echo "Usage : build_snapshot.sh <snapshot ver> [platform ver]"
+ echo " snapshot ver : yyyymmdd.n"
+ echo " platform ver : 4.0 or omitted"
+ exit 1
+ fi
+fi
+
+
+TEST_SET_DIR=./test_set
+
+TC_LIST=`ls $TEST_SET_DIR | cut -c1-6`
+
+for TC in $TC_LIST
+do
+ ./build.sh $SNAPSHOT $TC $VERSION
+done
+
+
building-blocks-sub2-domain_API-AppFramework-TPK_Installation
# package manager & external sd
building-blocks-sub2-domain_API-Base-Utils
+tizen-locale