blob: 7a84ee58741b6d198baa3941dcf24fef35208545 [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.
package client_test
import (
"os"
"testing"
"v.io/x/ref/lib/v23test"
_ "v.io/x/ref/runtime/factories/generic"
)
func TestMain(m *testing.M) {
os.Exit(v23test.Run(m.Run))
}