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

Unified Diff: build/android/chrome_profiler/run_tests

Issue 290013006: adb_profile_chrome: Refactor into multiple modules and add tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments. Created 6 years, 7 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
Index: build/android/chrome_profiler/run_tests
diff --git a/build/android/chrome_profiler/run_tests b/build/android/chrome_profiler/run_tests
new file mode 100755
index 0000000000000000000000000000000000000000..2cdce5a69d301dddd6216105df1292e365444ed5
--- /dev/null
+++ b/build/android/chrome_profiler/run_tests
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd $(dirname $0)/..
+exec python -m unittest discover chrome_profiler '*_unittest.py'
« no previous file with comments | « build/android/chrome_profiler/profiler_unittest.py ('k') | build/android/chrome_profiler/systrace_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698