Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: talk/examples/androidtests/README

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/examples/androidtests/AndroidManifest.xml ('k') | talk/examples/androidtests/ant.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/examples/androidtests/README
diff --git a/talk/examples/androidtests/README b/talk/examples/androidtests/README
deleted file mode 100644
index d32fb560a2fd704a207460b041b0d7ee8d4e9a22..0000000000000000000000000000000000000000
--- a/talk/examples/androidtests/README
+++ /dev/null
@@ -1,14 +0,0 @@
-This directory contains an example unit test for Android AppRTCDemo.
-
-Example of building & using the app:
-
-- Build Android AppRTCDemo and AppRTCDemo unit test:
-cd <path/to/webrtc>/src
-ninja -C out/Debug AppRTCDemoTest
-
-- Install AppRTCDemo and AppRTCDemoTest:
-adb install -r out/Debug/apks/AppRTCDemo.apk
-adb install -r out/Debug/apks/AppRTCDemoTest.apk
-
-- Run unit tests:
-adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner
« no previous file with comments | « talk/examples/androidtests/AndroidManifest.xml ('k') | talk/examples/androidtests/ant.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698