summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@facebook.com>2008-05-20 06:49:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-05-23 21:15:01 (GMT)
commitd553e737897e8edbbc2092bf345fc58b2dae5251 (patch)
tree9de693a3d6cd4f0f76674925adc752476f4d00c5 /Makefile
parentae299be0e5e610027e6492d48d70c1cbb0e9edd8 (diff)
downloadgit-d553e737897e8edbbc2092bf345fc58b2dae5251.zip
git-d553e737897e8edbbc2092bf345fc58b2dae5251.tar.gz
git-d553e737897e8edbbc2092bf345fc58b2dae5251.tar.bz2
Fold test-absolute-path into test-path-utils
Signed-off-by: David Reiss <dreiss@facebook.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ada8568..c1903b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1186,7 +1186,7 @@ endif
### Testing rules
-TEST_PROGRAMS = test-chmtime$X test-genrandom$X test-date$X test-delta$X test-sha1$X test-match-trees$X test-absolute-path$X test-parse-options$X test-path-utils$X
+TEST_PROGRAMS = test-chmtime$X test-genrandom$X test-date$X test-delta$X test-sha1$X test-match-trees$X test-parse-options$X test-path-utils$X
all:: $(TEST_PROGRAMS)