Skip to content

Test multiple packages with ... wildcard #382

@dave

Description

@dave

The "..." wildcard allows "go test" to test multiple sub packages, however this fails with "gopherjs test":

$ gopherjs test -v github.com/foo/bar/...
cannot find package "github.com/foo/bar/..." in any of:
    /usr/local/go/src/github.com/foo/bar/... (from $GOROOT)
    /Users/dave/dev/src/github.com/foo/bar/... (from $GOPATH)

It would be great to support this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    gopherjs-toolRelated to the gopherjs tool or its build system (but not the compiler itself).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions