shithub: openh264

Download patch

ref: baf82f1b32f8322795ee03ec789b1c12ad54e9d0
parent: 43351677923e8988373f9252f318aa900c3e1331
author: lingzhu <[email protected]>
date: Thu Jul 31 10:37:20 EDT 2014

Update run_unitTest.sh

--- a/autotest/unitTest/run_unitTest.sh
+++ b/autotest/unitTest/run_unitTest.sh
@@ -38,7 +38,7 @@
    echo Start to run the unittest on android devices
    ANDROID=1
    cd ./android
-   #bash run_AutoTest_android.sh
+   bash run_AutoTest_android.sh
    cd ${AUTO_TEST_PATH}
    if [ $? -ne 0 ];then
    echo There is something wrong happened when runing unittest on android devices,please to check
@@ -54,7 +54,7 @@
   echo Start to run the unittest on ios devices
   IOS=1
   cd ./ios
-  #bash run_AutoTest_ios.sh
+  bash run_AutoTest_ios.sh
   cd ${AUTO_TEST_PATH}
  if [ $? -ne 0 ];then
  echo There is something wrong happened when runing unittest on ios devices,please to check