aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorblafoo <github@blafoo.de>2011-09-18 20:52:32 +0200
committerblafoo <github@blafoo.de>2011-09-18 20:52:32 +0200
commit46cac7f03258ddc456656a8f0178f30cebf8677f (patch)
treecb082d9981d9ebb8ce37ef205967001a0794182d /README.md
parent09ee4aa9429151b9b1e0fb30b27ec9c768fd08e1 (diff)
downloadcgeo-46cac7f03258ddc456656a8f0178f30cebf8677f.zip
cgeo-46cac7f03258ddc456656a8f0178f30cebf8677f.tar.gz
cgeo-46cac7f03258ddc456656a8f0178f30cebf8677f.tar.bz2
Updated test data
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab12481..48e2079 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ Fork the project source code on [github](https://github.com/cgeo/c-geo-opensourc
git clone git://github.com/cgeo/c-geo-opensource.git
+Set up Eclipse
+--------------
+
+After forking the project you should import the two Eclipse projects in your workspace with File | Import | Projects from Git (requires the EGit Plugin)
Build
-----
@@ -49,6 +53,13 @@ or use the Ant view of Eclipse
1. Add android:debuggable="true" in the application settings of `AndroidManifest.xml`
2. In Eclipse, create a Debug Configuration for an Android Application using the menu Run->Debug Configurations
+### Testing ###
+
+The Test classes can be found in the package cgeo.geocaching.test (within the cgeo-os-test project)
+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.
+Further information can be found at http://developer.android.com/guide/topics/testing/testing_android.html
+
License
-------