diff --git a/cgo/lapack_test.go b/cgo/lapack_test.go index b1accdde..b1af2637 100644 --- a/cgo/lapack_test.go +++ b/cgo/lapack_test.go @@ -139,6 +139,10 @@ func TestDormbr(t *testing.T) { } */ +func TestDormhr(t *testing.T) { + testlapack.DormhrTest(t, impl) +} + func TestDorgbr(t *testing.T) { testlapack.DorgbrTest(t, blockedTranslate{impl}) }