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

Unified Diff: perf/server/Makefile

Issue 388273002: Add a command line tool for validating the tileStore. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 5 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 | perf/server/src/tiletool/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/Makefile
diff --git a/perf/server/Makefile b/perf/server/Makefile
index 07a30bee24b791b9e716475a00482190f464fd07..855dbcdb4f8d93b579bd0dabbc2adb3c2298b021 100644
--- a/perf/server/Makefile
+++ b/perf/server/Makefile
@@ -4,7 +4,6 @@ build: res/css/perf.css res/js/perf.js ingest
tile:
GOPATH=$(GOPATH):`pwd` go build -v tilebuilder
-
test:
GOPATH=$(GOPATH):`pwd` go test kmeans ctrace
./node_modules/.bin/grunt test
@@ -15,6 +14,9 @@ verbosetests:
ingest: src/ingest/ingest.go src/ingest/ingest_main.go
go build src/ingest/ingest.go src/ingest/ingest_main.go
+tool: src/ingest/ingest.go
+ GOPATH=$(GOPATH):`pwd` go build -v tiletool
+
# Rebuild the third_party Javascript we use, i.e. Flot.
res/js/perf.js: node_modules Gruntfile.js bower.json
./node_modules/.bin/grunt
« no previous file with comments | « no previous file | perf/server/src/tiletool/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698