TBR: services/device: move impl, starter, installer packages under deviced/internal

Change-Id: I7a3edbd10e102198dddf6c3b626b7f59262ba0b3
diff --git a/services/device/deviced/internal/impl/daemonreap/impl_test.go b/services/device/deviced/internal/impl/daemonreap/impl_test.go
new file mode 100644
index 0000000..5f0ed8f
--- /dev/null
+++ b/services/device/deviced/internal/impl/daemonreap/impl_test.go
@@ -0,0 +1,19 @@
+// 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 daemonreap_test
+
+import (
+	"testing"
+
+	"v.io/x/ref/services/device/deviced/internal/impl/utiltest"
+)
+
+func TestMain(m *testing.M) {
+	utiltest.TestMainImpl(m)
+}
+
+func TestSuidHelper(t *testing.T) {
+	utiltest.TestSuidHelperImpl(t)
+}