blob: 8b2d6457d1cf9303150bb50d9b97d08fa4b49e5a [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 binarylib_test
import (
"testing"
"v.io/x/ref/test/v23test"
)
func TestMain(m *testing.M) {
v23test.TestMain(m)
}