blas/gonum: enable test for Ztrsv

This commit is contained in:
Vladimir Chalupecky
2017-11-27 22:07:09 +01:00
committed by Vladimír Chalupecký
parent 1cf4f56208
commit 083d665abb

View File

@@ -37,3 +37,7 @@ func TestZher2(t *testing.T) {
func TestZtrmv(t *testing.T) {
testblas.ZtrmvTest(t, impl)
}
func TestZtrsv(t *testing.T) {
testblas.ZtrsvTest(t, impl)
}