blob: 4ec565414a1fa92aab91f3bd98264d8bd6552e8f [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This file was auto-generated via go generate.
// DO NOT UPDATE MANUALLY
package main_test
import "testing"
import "os"
import "v.io/x/ref/test"
import "v.io/x/ref/test/v23tests"
func TestMain(m *testing.M) {
test.Init()
cleanup := v23tests.UseSharedBinDir()
r := m.Run()
cleanup()
os.Exit(r)
}
func TestV23PlaygroundBuilder(t *testing.T) {
v23tests.RunTest(t, V23TestPlaygroundBuilder)
}
func TestV23PlaygroundBundles(t *testing.T) {
v23tests.RunTest(t, V23TestPlaygroundBundles)
}