From 5e6965ea47882e4b6ae0c7ef5b26da8b0b78ecb0 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Sat, 13 Feb 2016 00:33:31 +0800 Subject: [PATCH] Run utest when building. --- Makefile | 2 -- Makefile.rule | 4 ---- 2 files changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 11ad575dd..5aa10b2c3 100644 --- a/Makefile +++ b/Makefile @@ -113,10 +113,8 @@ ifndef CROSS touch $(LIBNAME) ifndef NO_FBLAS $(MAKE) -C test all -ifdef UTEST_CHECK $(MAKE) -C utest all endif -endif ifndef NO_CBLAS $(MAKE) -C ctest all endif diff --git a/Makefile.rule b/Makefile.rule index 7625f16db..3f6653151 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -145,10 +145,6 @@ NO_AFFINITY = 1 # slow (Not implemented yet). # 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. # PREFIX = /opt/OpenBLAS