Add xu4 tizen test script (#1038)
author이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 3 May 2018 11:55:38 +0000 (20:55 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Thu, 3 May 2018 11:55:38 +0000 (20:55 +0900)
commit9dd104fce57a0681dc31f2d286b8effb46689479
treeb02fb41535c608e3efe486727140f3ade4c194de
parent21dd8f4f9ebdb30514ef68a8b4e44fe2838b995f
Add xu4 tizen test script (#1038)

* Add xu4 tizen test script

For example, if you'd like to build & test for tizen xu4, do as
follows:
1. cross build and test
`$ ./run docker_build_tizen_cross.sh ; ./run tizen_xu4_test.sh --test-suite-path=Product/out/test-suite.tar.gz --unittest --verification`
2. gbs build and test
`$ ./run docker_gbs_build.sh ; ./run tizen_xu4_test.sh --rpm-dir=Product/out/rpm --verification --unittest`

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
scripts/command/tizen_xu4_test.sh [new file with mode: 0755]