Parcourir la source

Avoid running long test in quick check mode

Samuel Thibault il y a 6 ans
Parent
commit
fdd5561e91
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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