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: appengine/swarming/ui/Makefile

Issue 2419613002: Add basic swarming UI tests
Patch Set: Make sure symlink isn't followed for uploading Created 4 years, 2 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 | « appengine/swarming/ui/.gitignore ('k') | appengine/swarming/ui/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/Makefile
diff --git a/appengine/swarming/ui/Makefile b/appengine/swarming/ui/Makefile
index 3dcea051205f229e7492ef50a1eb20b5b1ea7fa4..f5f25ecafb1a89234be68eded808f47ab6c72f89 100644
--- a/appengine/swarming/ui/Makefile
+++ b/appengine/swarming/ui/Makefile
@@ -80,4 +80,9 @@ debug_local_deploy: debug_build
.PHONY: debug_dev_deploy
debug_dev_deploy: debug_build
- ../tools/gae upl -A chromium-swarm-dev
+ ../tools/gae upl -A chromium-swarm-dev
+
+.PHONY: test
+test: debug_build
+ -ln ./res/imp/bower_components/ bower_components -s
+ wct
« no previous file with comments | « appengine/swarming/ui/.gitignore ('k') | appengine/swarming/ui/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698