summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e0173ad)
raw | patch | inline | side by side (parent: e0173ad)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 28 Apr 2007 22:32:49 +0000 (15:32 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 29 Apr 2007 09:05:11 +0000 (02:05 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 85c0a754264848eaef8f2e0a97da955d537378a1..2fea115919e2d1ba3cff5623858b38c8560f3e03 100644 (file)
--- a/Makefile
+++ b/Makefile
### Testing rules
+TEST_PROGRAMS = test-chmtime$X test-genrandom$X
+
+all:: $(TEST_PROGRAMS)
+
# GNU make supports exporting all variables by "export" without parameters.
# However, the environment gets quite big, and some programs have problems
# with that.
export NO_SVN_TESTS
-test: all test-chmtime$X test-genrandom$X
+test: all
$(MAKE) -C t/ all
test-date$X: test-date.c date.o ctype.o