testlapack,native,cgo: build Dgeev benchmark conditioned on go1.7 tag

This commit is contained in:
Vladimir Chalupecky
2016-10-25 22:52:56 +02:00
parent 0722c36a93
commit 50b349dace
6 changed files with 93 additions and 56 deletions

View File

@@ -217,7 +217,3 @@ func TestDtrcon(t *testing.T) {
func TestDtrtri(t *testing.T) {
testlapack.DtrtriTest(t, impl)
}
func BenchmarkDgeev(b *testing.B) {
testlapack.DgeevBenchmark(b, impl)
}