]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Implement normalize_absolute_path
[thirdparty/git.git] / Makefile
index a2de0757992b7cf2177ff9970915853a02c21e47..ada85686eafc6863357a884691bb62b1e060b194 100644 (file)
--- 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_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
 
 all:: $(TEST_PROGRAMS)