aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/Makefile
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-04-13 10:22:11 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-13 17:01:17 +0000
commit2ce36ea09e941d888e4b417a70ce9a90e6d7be2a (patch)
tree0d43a9c2adc249e3461508da4cabff4a602a4074 /infra/bots/Makefile
parent9866817d5f8b65aa8f45abc21d995001dce71769 (diff)
Add infra/bots/Makefile to simplify test/train
eg. $ make test or $ make train Update docs accordingly. Bug: skia: Change-Id: I069fa686833f0a78f398bd85eb8bb44025cae0d5 Reviewed-on: https://skia-review.googlesource.com/13327 Reviewed-by: Joe Gregorio <jcgregorio@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/Makefile')
-rw-r--r--infra/bots/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/bots/Makefile b/infra/bots/Makefile
new file mode 100644
index 0000000000..0df77df351
--- /dev/null
+++ b/infra/bots/Makefile
@@ -0,0 +1,5 @@
+test:
+ python infra_tests.py
+
+train:
+ python infra_tests.py --train