Cosmos Nicolaou | 8c3faba | 2015-03-25 22:23:32 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Vanadium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
| 5 | // This file was auto-generated via go generate. |
| 6 | // DO NOT UPDATE MANUALLY |
Todd Wang | 9587390 | 2015-05-22 14:21:30 -0700 | [diff] [blame] | 7 | |
Cosmos Nicolaou | 8c3faba | 2015-03-25 22:23:32 -0700 | [diff] [blame] | 8 | package main |
| 9 | |
Todd Wang | 9587390 | 2015-05-22 14:21:30 -0700 | [diff] [blame] | 10 | import ( |
| 11 | "os" |
| 12 | "testing" |
Cosmos Nicolaou | 8c3faba | 2015-03-25 22:23:32 -0700 | [diff] [blame] | 13 | |
Todd Wang | 9587390 | 2015-05-22 14:21:30 -0700 | [diff] [blame] | 14 | "v.io/x/ref/test" |
| 15 | ) |
Cosmos Nicolaou | 8c3faba | 2015-03-25 22:23:32 -0700 | [diff] [blame] | 16 | |
| 17 | func TestMain(m *testing.M) { |
| 18 | test.Init() |
| 19 | os.Exit(m.Run()) |
| 20 | } |