Hi,
On Sat, 24 Feb 2007, Eric Wong wrote:
This is intended to be a portable replacement for our usage
of date(1), touch(1), and Perl one-liners in tests.
This is a cute idea!
quoted hunk ↗ jump to hunk
diff --git a/Makefile b/Makefile
index e51b448..105f3ec 100644
--- a/Makefile
+++ b/Makefile
@@ -829,7 +829,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS
export NO_SVN_TESTS
-test: all
+test: all test-chmtime$X
That is nice! This says that the program should be only compiled before
running the tests. However, you can run the tests also by "cd t; make",
and even by "cd t; sh tDDDD-*.sh", so I think a check in the tests should
be added, which tests for executability of test-chmtime.
Ciao,
Dscho