Cosmos Nicolaou | 728a57e | 2015-02-05 13:04:08 -0800 | [diff] [blame] | 1 | // This file was auto-generated via go generate. |
| 2 | // DO NOT UPDATE MANUALLY |
| 3 | package main_test |
| 4 | |
| 5 | import "testing" |
| 6 | import "os" |
| 7 | |
| 8 | import "v.io/core/veyron/lib/testutil" |
Cosmos Nicolaou | 4a77c19 | 2015-02-08 15:29:18 -0800 | [diff] [blame^] | 9 | import "v.io/core/veyron/lib/testutil/v23tests" |
Cosmos Nicolaou | 728a57e | 2015-02-05 13:04:08 -0800 | [diff] [blame] | 10 | |
| 11 | func 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 | |
| 17 | func TestV23BlessSelf(t *testing.T) { |
Cosmos Nicolaou | 4a77c19 | 2015-02-08 15:29:18 -0800 | [diff] [blame^] | 18 | v23tests.RunTest(t, V23TestBlessSelf) |
Cosmos Nicolaou | 728a57e | 2015-02-05 13:04:08 -0800 | [diff] [blame] | 19 | } |