Browse Source

Fix testsuite when no blas is available

Samuel Thibault 5 years ago
parent
commit
948df59bd3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -153,8 +153,10 @@ TESTS			=	$(STARPU_EXAMPLES)
 if !STARPU_USE_MPI_MASTER_SLAVE
 TESTS			+=	scheduler/schedulers.sh
 TESTS			+=	scheduler/schedulers_context.sh
+if !NO_BLAS_LIB
 TESTS			+=	mult/sgemm.sh
 endif
+endif
 
 if STARPU_HAVE_WINDOWS
 check_PROGRAMS		=	$(STARPU_EXAMPLES)