blas/gonum: enable test for Zhpmv

This commit is contained in:
Vladimir Chalupecky
2017-12-12 18:14:03 +01:00
committed by Vladimír Chalupecký
parent 079f666658
commit b70fbdad71

View File

@@ -34,6 +34,10 @@ func TestZher2(t *testing.T) {
testblas.Zher2Test(t, impl)
}
func TestZhpmv(t *testing.T) {
testblas.ZhpmvTest(t, impl)
}
func TestZhpr(t *testing.T) {
testblas.ZhprTest(t, impl)
}