summaryrefslogtreecommitdiff
path: root/media/eco/tests/run_all_unit_tests.sh
blob: 0b5fee0f74cc13d10cd1d35140ad998112fc175f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
if [ -z "$ANDROID_BUILD_TOP" ]; then
    echo "Android build environment not set"
    exit -1
fi

echo "waiting for device"
adb root && adb wait-for-device remount && adb sync

adb shell /data/nativetest/EcoDataTest/EcoDataTest