Revision b4052e61857a54a5608e92494b6cdfa26bd22b22 authored by muncus@gmail.com on 21 January 2012, 19:34:49 UTC, committed by muncus@gmail.com on 21 January 2012, 19:34:49 UTC
git-svn-id: https://klaxon.googlecode.com/svn/trunk@144 c4afc712-db7e-11dd-87b6-9d1a99559f42
1 parent 108246e
Raw File
runtests.sh
#!/bin/bash
ant debug install
cd tests && ant debug install
adb shell am instrument -w org.nerdcircus.android.klaxon.tests/android.test.InstrumentationTestRunner
back to top