Skip to content

gotest fails with make: *** No rule to make target `testpackage-clean'. Stop.  #117

@gopherbot

Description

@gopherbot

by gingerbeard+personal@google.com:

What steps will reproduce the problem?
1. Successful installation
2. Create foo_test.go
3. In same directory as foo_test.go, run gotest

What is the expected output? What do you see instead?

Expected:

A compiled test binary; successful execution of said binary.

Got:

make: *** No rule to make target `testpackage-clean'.  Stop. 


What is your $GOOS?  $GOARCH?

> env|grep ^GO
GOARCH=386
GOROOT=/home/simon/go
GOOS=linux

Which revision are you sync'ed to?  (hg log -l 1)

> hg log -l 1
changeset:   4010:91c471680dc9
tag:         tip
user:        Rob Pike <r@golang.org>
date:        Thu Nov 12 11:05:20 2009 -0800
summary:     fix a couple of typos.


Please provide any additional information below.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions