blob: dd6a542986ad4bd7a177359da7e12b238929294f [file] [log] [blame]
Cosmos Nicolaoub1c49cd2015-02-24 15:24:08 -08001// 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.
Jiri Simsae7fc94d2015-02-25 12:12:07 -08004
James Ring8c3f1f92015-02-10 15:46:32 -08005// This file was auto-generated via go generate.
6// DO NOT UPDATE MANUALLY
7package main_test
8
9import "testing"
10import "os"
11
Cosmos Nicolaou1381f8a2015-03-13 09:40:34 -070012import "v.io/x/ref/test"
13import "v.io/x/ref/test/v23tests"
James Ring8c3f1f92015-02-10 15:46:32 -080014
15func TestMain(m *testing.M) {
Cosmos Nicolaou1381f8a2015-03-13 09:40:34 -070016 test.Init()
Cosmos Nicolaouc64d3662015-02-11 07:40:40 -080017 cleanup := v23tests.UseSharedBinDir()
18 r := m.Run()
19 cleanup()
Cosmos Nicolaouc64d3662015-02-11 07:40:40 -080020 os.Exit(r)
James Ring8c3f1f92015-02-10 15:46:32 -080021}
22
23func TestV23Agentd(t *testing.T) {
24 v23tests.RunTest(t, V23TestAgentd)
25}