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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 592353003: [Easy Unlock] Add a convenience test target for rapid iteration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | components/proximity_auth/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 1bd15ded02178f2c11c1d1553f9779d025ec5fb6..769341f70ea177e3d945f32703933dcf8a8cbcdc 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -38,3 +38,15 @@ source_set("unit_tests") {
"//testing/gtest",
]
}
+
+# Note: This is a convenience target for ease of rapid iteration during
+# development. It is not executed on any try or build bots.
+test("proximity_auth_unittests") {
+ sources = [
+ "run_all_unittests.cc",
+ ]
+
+ deps = [
+ ":unit_tests",
+ ]
+}
« no previous file with comments | « no previous file | components/proximity_auth/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698