// buildDriver builds the fuzz-driver executable, returning its path. func buildDriver(t *testing.T) string { … } func TestEndToEndIntegration(t *testing.T) { … }
// buildDriver builds the fuzz-driver executable, returning its path. func buildDriver(t *testing.T) string { … } func TestEndToEndIntegration(t *testing.T) { … }