[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating tests to work with gradle #143

Merged
merged 2 commits into from
Oct 10, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ WordPress Mobile Developer Handbook: <http://make.wordpress.org/mobile/handbook/

## Build Instructions ##

### Android Studio ###

This project now supports the Android Studio IDE. To get started import the
project as a Gradle project.

All dependencies should be installed automatically.

### Eclipse ###

The full build instructions (including instructions for using Eclipse) can be
found on the [Tutorials &amp; Guides][] page of the mobile developer handbook.
Instructions for building on the command line with ant can be found below.
Expand Down Expand Up @@ -49,5 +58,4 @@ Line][command-line].

## Run Unittests ##

cd tests
ant debug && ant installd && ant test
$ ./gradlew cIT
21 changes: 0 additions & 21 deletions tests/AndroidManifest.xml

This file was deleted.

18 changes: 0 additions & 18 deletions tests/ant.properties

This file was deleted.

2 changes: 1 addition & 1 deletion tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Run tests ##

$ ant debug && ant installd && ant test
$ ./gradlew cIT

## Dump a test database ##

Expand Down