Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + var EnableRace = flag.Bool("racetarget", false, "Enables race detector on inferior process") + var PathsToRemove []string + func AllowRecording(t testing.TB) + func DefaultTestBackend(testBackend *string) + func FindFixturesDir() string + func MustHaveCgo(t *testing.T) + func MustHaveRecordingAllowed(t testing.TB) + func MustSupportFunctionCalls(t *testing.T, testBackend string) + func RegabiSupported() bool + func RunTestsWithFixtures(m *testing.M) int + func SafeRemoveAll(dir string) + func TempFile(name string) string + type BuildFlags uint32 + const AllNonOptimized + const BuildModeExternalLinker + const BuildModePIE + const BuildModePlugin + const EnableCGOOptimization + const EnableDWZCompression + const EnableInlining + const EnableOptimization + const LinkDisableDWARF + const LinkStrip + type Fixture struct + BuildDir string + Name string + Path string + Source string + func BuildFixture(name string, flags BuildFlags) Fixture + func WithPlugins(t *testing.T, flags BuildFlags, plugins ...string) []Fixture v0.0.1-alpha Jan 10, 2025