MCPcopy
hub / github.com/perkeep/perkeep / TestingLinked

Function TestingLinked

pkg/buildinfo/buildinfo.go:47–49  ·  view source on GitHub ↗

TestingLinked reports whether the "testing" package is linked into the binary.

()

Source from the content-addressed store, hash-verified

45
46// TestingLinked reports whether the "testing" package is linked into the binary.
47func TestingLinked() bool {
48 return flag.CommandLine.Lookup("test.v") != nil
49}
50
51// djpegFunc implements DjpegStatus. nil means the images/fastjpeg package
52// isn't linked in.

Callers 3

AddFlagsFunction · 0.92
failInTestsFunction · 0.92
TestTestingLinkedFunction · 0.85

Calls 1

LookupMethod · 0.45

Tested by

no test coverage detected