Skip to content

Commit

Permalink
blas/netlib: enable test for Ztbsv
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed May 15, 2018
1 parent 08b5c36 commit 2d4c254
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 @@ -58,6 +58,10 @@ func TestZtbmv(t *testing.T) {
testblas.ZtbmvTest(t, impl)
}

func TestZtbsv(t *testing.T) {
testblas.ZtbsvTest(t, impl)
}

func TestZtpmv(t *testing.T) {
testblas.ZtpmvTest(t, impl)
}
Expand Down

0 comments on commit 2d4c254

Please sign in to comment.