testlapack: add test for Dlacn2

Resolves #200
This commit is contained in:
Vladimir Chalupecky
2016-11-08 17:33:00 +01:00
parent cd1885272b
commit 42f8ea225e
3 changed files with 80 additions and 0 deletions

View File

@@ -100,6 +100,10 @@ func TestDlabrd(t *testing.T) {
testlapack.DlabrdTest(t, impl)
}
func TestDlacn2(t *testing.T) {
testlapack.Dlacn2Test(t, impl)
}
func TestDlacpy(t *testing.T) {
testlapack.DlacpyTest(t, impl)
}