Browse Source

add make recheck target at the root too

Samuel Thibault 7 years ago
parent
commit
10038acec9
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Makefile.am

+ 7 - 0
Makefile.am

@@ -186,6 +186,13 @@ DISTCLEANFILES = STARPU-REVISION
 
 include starpu-top/extradist
 
+recheck:
+	RET=0 ; \
+	for i in $(SUBDIRS) ; do \
+		make -C $$i showcheck || RET=1 ; \
+	done ; \
+	exit $$RET
+
 showcheck:
 	RET=0 ; \
 	for i in $(SUBDIRS) ; do \