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

Unified Diff: go/src/infra/gae/apps/helloworld/app_test.go

Issue 1042633002: Add support for -tags to enable appengine testing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 9 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 | go/src/infra/gae/apps/helloworld/helloworld.infra_testing » ('j') | go/test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/apps/helloworld/app_test.go
diff --git a/go/src/infra/gae/apps/helloworld/app_test.go b/go/src/infra/gae/apps/helloworld/app_test.go
index 810a59448047fcc65d54eb2bdd88f3deda0febaa..f6d910775fc4ebda484286fb6ee51b356c959912 100644
--- a/go/src/infra/gae/apps/helloworld/app_test.go
+++ b/go/src/infra/gae/apps/helloworld/app_test.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// +build appengine
+
package helloworld
import (
« no previous file with comments | « no previous file | go/src/infra/gae/apps/helloworld/helloworld.infra_testing » ('j') | go/test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698