Ver código fonte

Avoid running long test in quick check mode

Samuel Thibault 6 anos atrás
pai
commit
fdd5561e91
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      examples/Makefile.am

+ 3 - 1
examples/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2011-2017                                Inria
-# Copyright (C) 2009-2018                                Université de Bordeaux
+# Copyright (C) 2009-2019                                Université de Bordeaux
 # Copyright (C) 2017                                     Erwan Leria
 # Copyright (C) 2010-2015,2017,2018                      CNRS
 # Copyright (C) 2011                                     Télécom-SudParis
@@ -324,10 +324,12 @@ endif
 endif
 
 if STARPU_SIMGRID
+if !STARPU_QUICK_CHECK
 TESTS += \
 	 cholesky/cholesky.sh
 endif
 endif
+endif
 
 if !STARPU_SIMGRID