OSDN Git Service

Make clockapi symbolic constants #ifdef detectable.
[mingw/mingw-org-wsl.git] / Makefile.in
index 0f1feaa..07a23ee 100644 (file)
@@ -85,6 +85,14 @@ subdirs = @subdirs@
 %-subdirs:; $(foreach dir,${subdirs},$(MAKE) -C ${dir} $*;)
 
 
+# Test Suite
+# ----------
+#
+.PHONY: check-recursive
+check test tests: check-recursive
+check-recursive: %: %-subdirs
+
+
 # Distribution
 # ------------
 #