adb shell am instrument -w <android manifest package name of test app>/android.test.InstrumentationTestRunner
Note that the ant system also has a target for running tests - 'ant runtests' Hope that helps. Regards, Brett. On Mon, Apr 5, 2010 at 4:12 PM, j <[email protected]> wrote: > What are the commands that Android Eclipse plugin send to device to > run JUnit tests? I need that to automated unit testing for my hourly > build machine (CruiseControl). > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

