Robert Kroeger | 73310c8 | 2015-05-14 16:51:10 -0700 | [diff] [blame] | 1 | // 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 | |
| 5 | package daemonreap_test |
| 6 | |
| 7 | import ( |
| 8 | "testing" |
| 9 | |
Bogdan Caprita | 1bba736 | 2015-06-30 14:03:17 -0700 | [diff] [blame] | 10 | "v.io/x/ref/services/device/deviced/internal/impl/utiltest" |
Robert Kroeger | 73310c8 | 2015-05-14 16:51:10 -0700 | [diff] [blame] | 11 | ) |
| 12 | |
| 13 | func TestMain(m *testing.M) { |
| 14 | utiltest.TestMainImpl(m) |
| 15 | } |
| 16 | |
| 17 | func TestSuidHelper(t *testing.T) { |
| 18 | utiltest.TestSuidHelperImpl(t) |
| 19 | } |