Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
Removing testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel da Silva committed Jun 12, 2014
1 parent 96e4b53 commit 56bc383
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 118 deletions.
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ debug:
install:
cd app && ant installd

test:
./tools/run_tests.py

.PHONY: all clean jscheme debug install test
.PHONY: all clean jscheme debug install
6 changes: 0 additions & 6 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,12 @@

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />

<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:targetPackage="net.meltingwax.schemedroid" />

<application
android:debuggable="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:allowBackup="true">

<uses-library android:name="android.test.runner" />

<activity android:name=".SchemeDroid"
android:label="@string/app_name"
android:exported="true">
Expand Down
65 changes: 0 additions & 65 deletions tools/run_tests.py

This file was deleted.

18 changes: 0 additions & 18 deletions tools/wait_for_emulator.sh

This file was deleted.

0 comments on commit 56bc383

Please sign in to comment.