If you have downloaded any android source code, you would see a test folder present for almost all applications and base framework.
I wanted to know whether we build the test code too while building the sdk from source code, or is it just for our reference.
If it is for the latter, what is the best way to use it? Please post me the exact use of tests present in android source code.
The tests don’t get automatically run when you run when you build the source. However, you can run them manually if you want.
If you want to do this, the commands should be:
See this thread for a bit more information on this:
http://groups.google.com/group/android-platform/browse_thread/thread/a0eec9692f5072ba