blob: 63191a3b3d8314cd502e8116a7be5e5ae92abca7 [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 mounttable
import "testing"
import "os"
import "v.io/core/veyron/lib/testutil"
func TestMain(m *testing.M) {
testutil.Init()
os.Exit(m.Run())
}