blob: 789ef1aa38c130c4ea033a1be68ba4f9f9c319aa [file] [log] [blame]
// This file was auto-generated via go generate.
// DO NOT UPDATE MANUALLY
package playground_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 TestV23Playground(t *testing.T) {
v23tests.RunTest(t, V23TestPlayground)
}