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 | ||||
7 | package main | ||||
8 | |||||
9 | import "testing" | ||||
10 | import "os" | ||||
11 | |||||
12 | import "v.io/x/ref/test" | ||||
13 | |||||
14 | func TestMain(m *testing.M) { | ||||
15 | test.Init() | ||||
16 | os.Exit(m.Run()) | ||||
17 | } |