Explorar o código

add make recheck target at the root too

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
10038acec9
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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 \