Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Commit

Permalink
Put back accidentally removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
btracey committed Feb 9, 2016
1 parent a9f586c commit 3294dfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions native/lapack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ func TestDrscl(t *testing.T) {
testlapack.DrsclTest(t, impl)
}

func TestDsterf(t *testing.T) {
testlapack.DsterfTest(t, impl)
}

func TestDsytd2(t *testing.T) {
testlapack.Dsytd2Test(t, impl)
}
Expand Down

0 comments on commit 3294dfc

Please sign in to comment.