blob: 5f0ed8f5651b20931c8fe61c55a2bd07d557845e [file] [log] [blame]
Robert Kroeger73310c82015-05-14 16:51:10 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package daemonreap_test
6
7import (
8 "testing"
9
Bogdan Caprita1bba7362015-06-30 14:03:17 -070010 "v.io/x/ref/services/device/deviced/internal/impl/utiltest"
Robert Kroeger73310c82015-05-14 16:51:10 -070011)
12
13func TestMain(m *testing.M) {
14 utiltest.TestMainImpl(m)
15}
16
17func TestSuidHelper(t *testing.T) {
18 utiltest.TestSuidHelperImpl(t)
19}