瀏覽代碼

Avoid running long test in quick check mode

Samuel Thibault 6 年之前
父節點
當前提交
fdd5561e91
共有 1 個文件被更改,包括 3 次插入1 次删除
  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