[Android/Test] script to run unittest
authorJaeyun <jy1210.jung@samsung.com>
Mon, 23 Sep 2019 06:31:03 +0000 (15:31 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 25 Sep 2019 08:28:25 +0000 (17:28 +0900)
commit0d080e57ecdc7ba6fd2860d5339425057475f932
treed6a48b3fb088229281f15cf7245cccf5ae806225
parent2f29b921210749d1a6c84c9a61bcfdb5ae156b93
[Android/Test] script to run unittest

Update script to run the unittest on target device.

Note that, the testcases are android instrumented test which requires the target device.

Cmd to build and run test: ./build-android-lib.sh --run_unittest=yes

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
api/android/build-android-lib.sh