Refs #695 add testcase.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user