about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 17:54:26 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 17:56:31 -0700
commitdf8543da4335a0999c1c1893bffb23c7fb13f0a8 (patch)
tree3ce6ce2ec81d5dac4e5de0b4b84762896f7b7a1a /GNUmakefile
parentb3b03a0de92e747e0efe0850fa9a74fe172b93e8 (diff)
downloadrainbows-df8543da4335a0999c1c1893bffb23c7fb13f0a8.tar.gz
Diffstat (limited to 'GNUmakefile')
-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