blob: ae59080abf5e2c70c0c2fc55419b6106f48fdd66 [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
Todd Wang95873902015-05-22 14:21:30 -07007
Cosmos Nicolaou8c3faba2015-03-25 22:23:32 -07008package main
9
Todd Wang95873902015-05-22 14:21:30 -070010import (
11 "os"
12 "testing"
Cosmos Nicolaou8c3faba2015-03-25 22:23:32 -070013
Todd Wang95873902015-05-22 14:21:30 -070014 "v.io/x/ref/test"
15)
Cosmos Nicolaou8c3faba2015-03-25 22:23:32 -070016
17func TestMain(m *testing.M) {
18 test.Init()
19 os.Exit(m.Run())
20}