aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2012-06-27 07:34:43 +0200
committerBananeweizen <bananeweizen@gmx.de>2012-06-27 07:34:43 +0200
commit107f0006106ec9ffff15175364543f6f476b3613 (patch)
treec305580eb0555affd250f379cec7a020285fdb77 /tests
parentb61d2b0c6b1eb3ee9518c751bd13a573b1aef735 (diff)
downloadcgeo-107f0006106ec9ffff15175364543f6f476b3613.zip
cgeo-107f0006106ec9ffff15175364543f6f476b3613.tar.gz
cgeo-107f0006106ec9ffff15175364543f6f476b3613.tar.bz2
ignore compile errors in generated code
Diffstat (limited to 'tests')
-rw-r--r--tests/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/.classpath b/tests/.classpath
index 78ba67f..9bd2efb 100644
--- a/tests/.classpath
+++ b/tests/.classpath
@@ -2,7 +2,11 @@
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="src" path="gen">
+ <attributes>
+ <attribute name="ignore_optional_problems" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/cgeo"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>