Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
real_path: do not assume '/' is the path seperator
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 5f873986a9017b7554127e98556eeb56bd8687ce..5c2b797554a25d5cecee28aa6d18fc885aa0b3e8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-435,6
+435,7
@@
TEST_PROGRAMS_NEED_X += test-subprocess
TEST_PROGRAMS_NEED_X += test-svn-fe
TEST_PROGRAMS_NEED_X += test-treap
TEST_PROGRAMS_NEED_X += test-index-version
+TEST_PROGRAMS_NEED_X += test-mktemp
TEST_PROGRAMS = $(patsubst %,%$X,$(TEST_PROGRAMS_NEED_X))