|
|
@@ -1,6 +1,9 @@ |
|
|
UTEST_CHECK = 1 |
|
|
UTEST_CHECK = 1 |
|
|
TOPDIR = .. |
|
|
TOPDIR = .. |
|
|
|
|
|
|
|
|
|
|
|
override TARGET_ARCH= |
|
|
|
|
|
override TARGET_MACH= |
|
|
|
|
|
|
|
|
UTESTBIN=openblas_utest |
|
|
UTESTBIN=openblas_utest |
|
|
|
|
|
|
|
|
.PHONY : all |
|
|
.PHONY : all |
|
|
@@ -13,8 +16,12 @@ OBJS=utest_main.o test_amax.o test_rotmg.o test_axpy.o test_dotu.o test_dsdot.o |
|
|
|
|
|
|
|
|
ifneq ($(NO_LAPACK), 1) |
|
|
ifneq ($(NO_LAPACK), 1) |
|
|
OBJS += test_potrs.o |
|
|
OBJS += test_potrs.o |
|
|
|
|
|
ifneq ($(NO_CBLAS), 1) |
|
|
|
|
|
ifneq ($(NO_LAPACKE), 1) |
|
|
OBJS += test_kernel_regress.o |
|
|
OBJS += test_kernel_regress.o |
|
|
endif |
|
|
endif |
|
|
|
|
|
endif |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
#this does not work with OpenMP nor with native Windows or Android threads |
|
|
#this does not work with OpenMP nor with native Windows or Android threads |
|
|
# FIXME TBD if this works on OSX, SunOS, POWER and zarch |
|
|
# FIXME TBD if this works on OSX, SunOS, POWER and zarch |
|
|
|