Skip to content

Commit 76aa887

Browse files
committed
Merge pull request #143 from beaucollins/develop
Updating tests to work with gradle
2 parents ea0544b + a8a0029 commit 76aa887

File tree

7 files changed

+11
-42
lines changed

7 files changed

+11
-42
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ WordPress Mobile Developer Handbook: <http://make.wordpress.org/mobile/handbook/
1717

1818
## Build Instructions ##
1919

20+
### Android Studio ###
21+
22+
This project now supports the Android Studio IDE. To get started import the
23+
project as a Gradle project.
24+
25+
All dependencies should be installed automatically.
26+
27+
### Eclipse ###
28+
2029
The full build instructions (including instructions for using Eclipse) can be
2130
found on the [Tutorials &amp; Guides][] page of the mobile developer handbook.
2231
Instructions for building on the command line with ant can be found below.
@@ -49,5 +58,4 @@ Line][command-line].
4958

5059
## Run Unittests ##
5160

52-
cd tests
53-
ant debug && ant installd && ant test
61+
$ ./gradlew cIT

tests/AndroidManifest.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/ant.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Run tests ##
44

5-
$ ant debug && ant installd && ant test
5+
$ ./gradlew cIT
66

77
## Dump a test database ##
88

0 commit comments

Comments
 (0)