~robertcarr/mir/client-focus-notifications

« back to all changes in this revision

Viewing changes to tools/install_on_android.sh

  • Committer: Robert Carr
  • Date: 2013-08-01 22:01:20 UTC
  • mfrom: (706.2.208 trunk)
  • Revision ID: robert.carr@canonical.com-20130801220120-6m230b3g6x0xflzd
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    # Upload and run the tests!
22
22
    # Requires: https://wiki.canonical.com/ProductStrategyTeam/Android/Deploy
23
23
    #
24
 
    RUN_DIR=/data/mirtest
 
24
    RUN_DIR=/tmp/mirtest
25
25
 
26
26
    adb wait-for-device
27
27
    adb root
31
31
    for x in bin/acceptance-tests \
32
32
             bin/integration-tests \
33
33
             bin/unit-tests \
34
 
             lib/libmirclient.so.0 \
35
 
             lib/libmirprotobuf.so.0 \
36
 
             lib/libmirserver.so.0
 
34
             lib/libmirclient.so.* \
 
35
             lib/libmirprotobuf.so.* \
 
36
             lib/libmirserver.so.*
37
37
    do
38
38
        adb push $x ${RUN_DIR}
39
39
    done