blob: bcdc7f7a802e065dfb29e1ceda8b2169083a83a8 [file] [log] [blame]
#!/bin/bash
#
# Run tests in this directory.
#
if [ -z "$ANDROID_BUILD_TOP" ]; then
echo "Android build environment not set"
exit -1
fi
# ensure we have mm
. $ANDROID_BUILD_TOP/build/envsetup.sh
mm
echo "waiting for device"
adb root && adb wait-for-device remount && adb sync
echo "========================================"
echo "testing mediatranscodingservice"
adb shell /data/nativetest64/mediatranscodingservice_tests/mediatranscodingservice_tests