Explorar el Código

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

Nathalie Furmento hace 11 años
padre
commit
8b523baf9c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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