mig/modules/pkg/pkg_test.go

17 строки
447 B
Go
Исходник Обычный вид История

2015-05-12 15:31:15 +03:00
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Contributor: Aaron Meihm ameihm@mozilla.com [:alm]
package pkg /* import "mig.ninja/mig/modules/pkg" */
2015-05-12 15:31:15 +03:00
import (
"mig.ninja/mig/testutil"
2015-05-12 15:31:15 +03:00
"testing"
)
func TestRegistration(t *testing.T) {
testutil.CheckModuleRegistration(t, "pkg")
}