summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index d686b66..5c03a37 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -30,4 +30,4 @@ test: $(TESTS)
$(TESTS):
@printf ' SH tests/%s.sh\n' '$@'
- @$(SH) 'tests/$@.sh'
+ @DESTDIR='$(DESTDIR)' $(SH) 'tests/$@.sh'