diff --git a/gpm_test.go b/gpm_test.go index 50ccde81a..f37a19c22 100644 --- a/gpm_test.go +++ b/gpm_test.go @@ -6,8 +6,9 @@ package main import ( "fmt" + "testing" ) -func testGPM() { +func TestGPM(t *testing.T) { fmt.Println("gpm v0.1.4 Build 0522") }