diff options
author | Parménides GV <parmegv@sdf.org> | 2013-11-22 11:57:00 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-11-22 11:57:00 +0100 |
commit | 836cf5c9a0e2d33f205c3c353e1300ee1ad03b5b (patch) | |
tree | 69034f031f4ef98cc48e4d3cc0e24775d34d4aca /tests/.project | |
parent | ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (diff) |
Rebased onto 0.2.2
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
Diffstat (limited to 'tests/.project')
-rw-r--r-- | tests/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/.project b/tests/.project new file mode 100644 index 00000000..2b5ac5d8 --- /dev/null +++ b/tests/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>bitmask_for_androidTest</name> + <comment></comment> + <projects> + <project>leap_android</project> + </projects> + <buildSpec> + <buildCommand> + <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.ApkBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>com.android.ide.eclipse.adt.AndroidNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |