aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorblafoo <github@blafoo.de>2011-11-27 11:07:48 +0100
committerblafoo <github@blafoo.de>2011-11-27 11:07:48 +0100
commitbc83f0ec928b0d7b5ebf5388e2f060ff2da1ca0f (patch)
treebdf075cf802f0bf7718394c08246150232465e09 /README.md
parentbe38a65f0e68cf7621103fabb2fab4a2a0061e25 (diff)
downloadcgeo-bc83f0ec928b0d7b5ebf5388e2f060ff2da1ca0f.zip
cgeo-bc83f0ec928b0d7b5ebf5388e2f060ff2da1ca0f.tar.gz
cgeo-bc83f0ec928b0d7b5ebf5388e2f060ff2da1ca0f.tar.bz2
ant files needed for emma
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae615e7..2059bb5 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,14 @@ If the workspace directory name contains a space and leads to errors in the -dex
1. copy `./main/templates/private.properties` to `./main/`
2. edit `private.properties` (see comments in the file)
3. copy `./main/templates/local.properties` to `./main/`
+3. copy `./main/templates/local.properties` to `./tests/`
4. edit `local.properties` (see comments in the file)
5. copy `./main/templates/mapsapikey.xml` to `./main/res/values/`
6. edit `./main/res/values/mapsapikey.xml` and insert your Maps API key (see comments in the file)
### Building with Ant ###
-Run one of the following commands in `./`
+Run one of the following commands in `./main`
ant help
ant clean
@@ -65,6 +66,10 @@ Every class can be "Run As" (or "Debug As") an "Android JUnit Test" from Eclipse
To run all tests use the test suite in CgeoTestSuite in package cgeo.geocaching.test.
Further information can be found at http://developer.android.com/guide/topics/testing/testing_android.html
+### Code coverage / Emma ###
+
+A code coverage report can be generated with Emma. A little how-to (german) can be found at http://www.blafoo.de/blog/index.php#param=id_32
+
License
-------