Added unit test case (zdotu, N=1).

This commit is contained in:
Xianyi Zhang
2011-02-22 14:16:46 +08:00
parent 854137e0fd
commit cd2cbabecc
5 changed files with 65 additions and 1 deletions

View File

@@ -54,4 +54,6 @@ void test_zaxpy_inc_0(void);
void test_saxpy_inc_0(void);
void test_caxpy_inc_0(void);
void test_zdotu_n_1(void);
#endif