Sorry, I'm using Android2.0.1 and Android2.1.

"run-tests" seems to only run unit tests, I'm looking for code coverage reports 
generated with EMMA which the "coverage" target generates. 

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of A. Elk
Sent: den 15 januari 2010 19:46
To: Android Developers
Subject: [android-developers] Re: Building with Ant

What version of the SDK are you using? In Android 2.0 and later, if you create 
or update your test project with "android create test- project" or "android 
update test-project", then you get a "run-tests"
target in your build.xml, which sends tests to STDOUT.

Or do you mean a specific coverage tool such as emma?

On Jan 15, 2:38 am, Andreas Westin <[email protected]> wrote:
> Hi,
>
> I've encountered a problem, when I run coverage with ant in my test 
> project from another directory the report disappears, e.g. "ant -f 
> some/dir/tests/build.xml coverage". This seems to be the cause that I 
> cannot get reports when building through hudson.
>
> Anyone got any ideas ?
>
> Cheers
> Andreas
-- 
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

Reply via email to