Refs #695 add testcase.

This commit is contained in:
Zhang Xianyi
2016-03-01 01:05:56 -05:00
parent efa4f5c936
commit 4fc8c937d4
5 changed files with 118 additions and 1 deletions
+4
View File
@@ -11,6 +11,10 @@ include $(TOPDIR)/Makefile.system
OBJS=utest_main.o test_amax.o
#test_rot.o test_swap.o test_axpy.o test_dotu.o test_rotmg.o test_dsdot.o test_fork.o
ifneq ($(NO_LAPACK), 1)
OBJS += test_potrs.o
endif
all : run_test
$(UTESTBIN): $(OBJS)