Browse Source

mpi: define recheck rule

Nathalie Furmento 7 years ago
parent
commit
cf29be44a9
1 changed files with 7 additions and 0 deletions
  1. 7 0
      mpi/Makefile.am

+ 7 - 0
mpi/Makefile.am

@@ -26,6 +26,13 @@ versinclude_HEADERS = 					\
 	include/starpu_mpi_lb.h				\
 	include/fstarpu_mpi_mod.f90
 
+recheck:
+	RET=0 ; \
+	for i in $(SUBDIRS) ; do \
+		make -C $$i recheck || RET=1 ; \
+	done ; \
+	exit $$RET
+
 showcheck:
 	RET=0 ; \
 	for i in $(SUBDIRS) ; do \