testlapack: add test for Dlaset

Closes #212
This commit is contained in:
Vladimir Chalupecky
2016-11-21 06:56:45 +01:00
parent 2367434341
commit a912044cb0
3 changed files with 84 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ func TestDlas2(t *testing.T) {
testlapack.Dlas2Test(t, impl)
}
func TestDlaset(t *testing.T) {
testlapack.DlasetTest(t, impl)
}
func TestDlasrt(t *testing.T) {
testlapack.DlasrtTest(t, impl)
}