Added axpy unit test with incx==0 and incy==0.

This commit is contained in:
Xianyi Zhang
2011-02-21 00:17:33 +08:00
parent 78da0e0a0c
commit 109b86d00e
5 changed files with 133 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ include $(TOPDIR)/Makefile.system
TARGET=openblas_utest
CUNIT_LIB=/usr/local/lib/libcunit.a
OBJS=main.o test_rot.o test_swap.o
OBJS=main.o test_rot.o test_swap.o test_axpy.o
all : run_test