Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 1fde0e9ce..09376c30e 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -40,7 +40,7 @@ SUBDIRS=@SUBDIRS@
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
-.PHONY: all install clean all-info info install-info \
+.PHONY: all install clean all-info info install-info check \
$(SUBDIRS) $(INSTALL_SUBDIRS) $(CLEAN_SUBDIRS)
.SUFFIXES:
@@ -73,6 +73,7 @@ $(INSTALL_SUBDIRS):
$(CLEAN_SUBDIRS):
@$(MAKE) -C ${patsubst clean_%,%,$@} clean
+ @$(MAKE) -C testsuite clean
.PRECIOUS: Makefile
@@ -81,3 +82,6 @@ Makefile: Makefile.in $(srcdir)/configure.in config.status
config.status: configure
$(SHELL) config.status --recheck
+
+check:
+ @$(MAKE) -C testsuite check