blob: b0ea5cbfe6e0bc746e6f4665002bdaa2cdf9a662 [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()
os.Exit(r)
}
func TestV23IdentityServer(t *testing.T) {
v23tests.RunTest(t, V23TestIdentityServer)
}