summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-08 21:39:54 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-08 21:39:54 (EDT)
commit63a799b986670ec4561a81423cf156965af221e5 (patch)
treecc386f7187b8473bb101ea64b650faf351182e94 /Makefile.in
parent16884e04da44ce279ec7eff8f919925ba63f9c55 (diff)
Pass DESTDIR macro into environment of unit tests.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index db23443..15d761e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,7 +89,7 @@ uninstall:
test:
@printf 'Running tests...\n'
- @cd tests & $(MAKE) test
+ @cd tests & $(MAKE) $(MACROS) test
$(distdir):
@mkdir -p '$(distdir)'