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

Unified Diff: blimp/docs/test.md

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 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 | « blimp/docs/running.md ('k') | blimp/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/test.md
diff --git a/blimp/docs/test.md b/blimp/docs/test.md
deleted file mode 100644
index ef028f4ba38c93418d3f66452339a762a42042c4..0000000000000000000000000000000000000000
--- a/blimp/docs/test.md
+++ /dev/null
@@ -1,55 +0,0 @@
-# Testing
-
-Blimp only supports building using [GN](../../tools/gn/README.md), and only
-supports building for Android and Linux. See [building](build.md) for general
-GN setup.
-
-## Testing on Android
-
-Run the following command to build the Android tests:
-
-```bash
-ninja -C out-android/Debug blimp chrome_public_test_apk
-```
-
-### Running the Java instrumentation tests
-
-Install the Blimp APK with the following:
-
-```bash
-./build/android/adb_install_apk.py $(PRODUCT_DIR)/apks/Blimp.apk
-```
-
-Install the Chrome Public APK with the following:
-
-```bash
-./build/android/adb_install_apk.py $(PRODUCT_DIR)/apks/ChromePublic.apk
-```
-
-Run the Blimp Java instrumentation tests (with an optional test filter) with
-the following:
-
-```bash
-$(PRODUCT_DIR)/bin/run_blimp_test_apk [ -f DummyTest#* ]
-```
-
-Run the Chrome Public Java instrumentation tests (with an optional test filter)
-with the following:
-
-```bash
-$(PRODUCT_DIR)/bin/run_chrome_public_test_apk [ -f DummyTest#* ]
-```
-
-### Testing on Linux
-
-Run the following command to build the Linux tests:
-
-```bash
-ninja -C out-linux/Debug blimp
-```
-
-Run the following command to run the Blimp Linux unit tests:
-
-```bash
-./out-linux/Debug/blimp_unittests
-```
« no previous file with comments | « blimp/docs/running.md ('k') | blimp/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698