blob: 806ef4dc68d0f78d75a311c2d491f94ac3e34bde [file] [log] [blame]
// This file was auto-generated via go generate.
// DO NOT UPDATE MANUALLY
package main_test
import "testing"
import "os"
import "v.io/core/veyron/lib/testutil"
import "v.io/core/veyron/lib/testutil/v23tests"
func TestMain(m *testing.M) {
testutil.Init()
cleanup := v23tests.UseSharedBinDir()
r := m.Run()
cleanup()
// TODO(cnicolaou): call modules.Dispatch and remove the need for TestHelperProcess
os.Exit(r)
}
func TestV23BlessSelf(t *testing.T) {
v23tests.RunTest(t, V23TestBlessSelf)
}
func TestV23Store(t *testing.T) {
v23tests.RunTest(t, V23TestStore)
}
func TestV23Dump(t *testing.T) {
v23tests.RunTest(t, V23TestDump)
}
func TestV23RecvBlessings(t *testing.T) {
v23tests.RunTest(t, V23TestRecvBlessings)
}
func TestV23Fork(t *testing.T) {
v23tests.RunTest(t, V23TestFork)
}
func TestV23Create(t *testing.T) {
v23tests.RunTest(t, V23TestCreate)
}