// +build !integ package main import "testing" func Test_Topla(t *testing.T) { c := Topla(3, 3) if c != 6 { t.Error("yanlış toplam") } }