Added the unit test for drotmg.

This commit is contained in:
Xianyi Zhang
2011-05-13 01:21:39 +08:00
parent 0dc9eca36f
commit 03272a606d
4 changed files with 66 additions and 3 deletions

View File

@@ -54,7 +54,8 @@ CU_TestInfo test_level1[]={
{"Testing zdotu with n == 1",test_zdotu_n_1},
{"Testing zdotu with input x & y offset == 1",test_zdotu_offset_1},
{"Testing drotmg",test_drotmg},
CU_TEST_INFO_NULL,
};