about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ba24e03..9d385ab 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -153,4 +153,8 @@ gem install-gem: GIT-VERSION-FILE
         $(MAKE) $@ VERSION=$(GIT_VERSION)
 endif
 
-.PHONY: .FORCE-GIT-VERSION-FILE doc manifest man
+all:: test
+test:
+        $(MAKE) -C t
+
+.PHONY: .FORCE-GIT-VERSION-FILE doc manifest man test