blob: 4e1218947b744a47edc8faa434abaa18a5ca69be [file] [log] [blame]
Cosmos Nicolaou728a57e2015-02-05 13:04:08 -08001// This file was auto-generated via go generate.
2// DO NOT UPDATE MANUALLY
3package main_test
4
5import "testing"
6import "os"
7
8import "v.io/core/veyron/lib/testutil"
Cosmos Nicolaou4a77c192015-02-08 15:29:18 -08009import "v.io/core/veyron/lib/testutil/v23tests"
Cosmos Nicolaou728a57e2015-02-05 13:04:08 -080010
11func TestMain(m *testing.M) {
12 testutil.Init()
13 // TODO(cnicolaou): call modules.Dispatch and remove the need for TestHelperProcess
14 os.Exit(m.Run())
15}
16
17func TestV23BlessSelf(t *testing.T) {
Cosmos Nicolaou4a77c192015-02-08 15:29:18 -080018 v23tests.RunTest(t, V23TestBlessSelf)
Cosmos Nicolaou728a57e2015-02-05 13:04:08 -080019}