blob: dcd0029d785620656d888f3e871eca4227ede04a [file] [log] [blame]
Cosmos Nicolaou8c3faba2015-03-25 22:23:32 -07001// 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
7package main
8
9import "testing"
10import "os"
11
12import "v.io/x/ref/test"
13
14func TestMain(m *testing.M) {
15 test.Init()
16 os.Exit(m.Run())
17}