native: add test for Dtrexc

This commit is contained in:
Vladimir Chalupecky
2016-08-02 09:28:33 +09:00
parent 8aa2469a2b
commit d144fb9484

View File

@@ -304,6 +304,10 @@ func TestDtrcon(t *testing.T) {
testlapack.DtrconTest(t, impl)
}
func TestDtrexc(t *testing.T) {
testlapack.DtrexcTest(t, impl)
}
func TestDtrti2(t *testing.T) {
testlapack.Dtrti2Test(t, impl)
}