瀏覽代碼

examples/Makefile.am: only check sched_ctx/parallel_code when long-check is enabled

Nathalie Furmento 11 年之前
父節點
當前提交
8b523baf9c
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      examples/Makefile.am

+ 5 - 1
examples/Makefile.am

@@ -265,11 +265,15 @@ STARPU_EXAMPLES +=				\
 	profiling/profiling			\
 	scheduler/dummy_sched			\
 	sched_ctx/sched_ctx			\
-	sched_ctx/parallel_code			\
 	sched_ctx/dummy_sched_with_ctx		\
 	reductions/dot_product			\
 	reductions/minmax_reduction
 
+if STARPU_LONG_CHECK
+STARPU_EXAMPLES +=				\
+	sched_ctx/parallel_code
+endif
+
 if STARPU_HAVE_F77_H
 STARPU_EXAMPLES +=				\
 	basic_examples/vector_scal_fortran