Added axpy unit test with incx==0 and incy==0.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user