Skip to content

Commit

Permalink
blas/netlib: enable test for Zhpr2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed Dec 13, 2017
1 parent e664d61 commit a44de9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blas/netlib/level2cmplx128_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ func TestZhpr(t *testing.T) {
testblas.ZhprTest(t, impl)
}

func TestZhpr2(t *testing.T) {
testblas.Zhpr2Test(t, impl)
}

func TestZtrmv(t *testing.T) {
testblas.ZtrmvTest(t, impl)
}
Expand Down

0 comments on commit a44de9b

Please sign in to comment.