Run utest when building.
This commit is contained in:
parent
5cc0301fc3
commit
5e6965ea47
2
Makefile
2
Makefile
|
@ -113,10 +113,8 @@ ifndef CROSS
|
||||||
touch $(LIBNAME)
|
touch $(LIBNAME)
|
||||||
ifndef NO_FBLAS
|
ifndef NO_FBLAS
|
||||||
$(MAKE) -C test all
|
$(MAKE) -C test all
|
||||||
ifdef UTEST_CHECK
|
|
||||||
$(MAKE) -C utest all
|
$(MAKE) -C utest all
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
ifndef NO_CBLAS
|
ifndef NO_CBLAS
|
||||||
$(MAKE) -C ctest all
|
$(MAKE) -C ctest all
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -145,10 +145,6 @@ NO_AFFINITY = 1
|
||||||
# slow (Not implemented yet).
|
# slow (Not implemented yet).
|
||||||
# SANITY_CHECK = 1
|
# SANITY_CHECK = 1
|
||||||
|
|
||||||
# Run testcases in utest/ . When you enable UTEST_CHECK, it would enable
|
|
||||||
# SANITY_CHECK to compare the result with reference BLAS.
|
|
||||||
# UTEST_CHECK = 1
|
|
||||||
|
|
||||||
# The installation directory.
|
# The installation directory.
|
||||||
# PREFIX = /opt/OpenBLAS
|
# PREFIX = /opt/OpenBLAS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue